aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cpia.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-08 17:16:46 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 02:05:06 -0300
commit2ed64eb9e7b4cf27055f78a7bd2ccf33a912d0cd (patch)
treebe2e88bf167c3015a1da9edac94ba863e8f5da6e /drivers/media/video/cpia.c
parentV4L/DVB (4073): Support for new version of Satelco EasyWatch DVB-S light (diff)
downloadlinux-dev-2ed64eb9e7b4cf27055f78a7bd2ccf33a912d0cd.tar.xz
linux-dev-2ed64eb9e7b4cf27055f78a7bd2ccf33a912d0cd.zip
V4L/DVB (4086): There were a cross-reference on cpia and cpia_pp/cpia_usb
Those cross-references were generating an error: *** Warning: "cpia_pp_init" [/home/v4l/master/v4l/cpia.ko] undefined! *** Warning: "cpia_usb/_init" [/home/v4l/master/v4l/cpia.ko] undefined! Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cpia.c')
-rw-r--r--drivers/media/video/cpia.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/media/video/cpia.c b/drivers/media/video/cpia.c
index b8d491311819..95c5aceecc5b 100644
--- a/drivers/media/video/cpia.c
+++ b/drivers/media/video/cpia.c
@@ -47,13 +47,6 @@
#include "cpia.h"
-#ifdef CONFIG_VIDEO_CPIA_PP
-extern int cpia_pp_init(void);
-#endif
-#ifdef CONFIG_VIDEO_CPIA_USB
-extern int cpia_usb_init(void);
-#endif
-
static int video_nr = -1;
#ifdef MODULE
@@ -4047,13 +4040,6 @@ static int __init cpia_init(void)
proc_cpia_create();
#endif
-#ifdef CONFIG_VIDEO_CPIA_PP
- cpia_pp_init();
-#endif
-#ifdef CONFIG_VIDEO_CPIA_USB
- cpia_usb_init();
-#endif
-
return 0;
}