aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cpia.c
diff options
context:
space:
mode:
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 @@
47 47
48#include "cpia.h" 48#include "cpia.h"
49 49
50#ifdef CONFIG_VIDEO_CPIA_PP
51extern int cpia_pp_init(void);
52#endif
53#ifdef CONFIG_VIDEO_CPIA_USB
54extern int cpia_usb_init(void);
55#endif
56
57static int video_nr = -1; 50static int video_nr = -1;
58 51
59#ifdef MODULE 52#ifdef MODULE
@@ -4047,13 +4040,6 @@ static int __init cpia_init(void)
4047 proc_cpia_create(); 4040 proc_cpia_create();
4048#endif 4041#endif
4049 4042
4050#ifdef CONFIG_VIDEO_CPIA_PP
4051 cpia_pp_init();
4052#endif
4053#ifdef CONFIG_VIDEO_CPIA_USB
4054 cpia_usb_init();
4055#endif
4056
4057 return 0; 4043 return 0;
4058} 4044}
4059 4045