aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/zoran_procfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/zoran_procfs.c')
-rw-r--r--drivers/media/video/zoran_procfs.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/media/video/zoran_procfs.c b/drivers/media/video/zoran_procfs.c
index 446ae8d5c3d..328ed6e7ac6 100644
--- a/drivers/media/video/zoran_procfs.c
+++ b/drivers/media/video/zoran_procfs.c
@@ -48,14 +48,7 @@
#include "videocodec.h"
#include "zoran.h"
#include "zoran_procfs.h"
-
-extern int *zr_debug;
-
-#define dprintk(num, format, args...) \
- do { \
- if (*zr_debug >= num) \
- printk(format, ##args); \
- } while (0)
+#include "zoran_card.h"
#ifdef CONFIG_PROC_FS
struct procfs_params_zr36067 {