diff options
author | Sven Wegener <sven.wegener@stealer.net> | 2008-09-20 11:37:33 +0000 |
---|---|---|
committer | Sven Wegener <sven.wegener@stealer.net> | 2009-02-08 23:34:59 +0000 |
commit | 98bb09181cb31d2d6d8c58b246e7fdbe328c12b7 (patch) | |
tree | f9ca99323e6c8c847d4c91f4228269b57b52a2dd | |
parent | 97906330d680ffd84a4275454ac5a86e4e43302e (diff) |
cpia2: sparse fixes
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
-rw-r--r-- | drivers/media/video/cpia2/cpia2_core.c | 1 | ||||
-rw-r--r-- | drivers/media/video/cpia2/cpia2_usb.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cpia2/cpia2_core.c b/drivers/media/video/cpia2/cpia2_core.c index 1cc0df8befff..480fa4c717c1 100644 --- a/drivers/media/video/cpia2/cpia2_core.c +++ b/drivers/media/video/cpia2/cpia2_core.c @@ -69,7 +69,6 @@ static int set_all_properties(struct camera_data *cam); static void get_color_params(struct camera_data *cam); static void wake_system(struct camera_data *cam); static void set_lowlight_boost(struct camera_data *cam); -static void reset_camera_struct(struct camera_data *cam); static int cpia2_set_high_power(struct camera_data *cam); /* Here we want the physical address of the memory. diff --git a/drivers/media/video/cpia2/cpia2_usb.c b/drivers/media/video/cpia2/cpia2_usb.c index dc5b07a20f69..e1345ccb85b9 100644 --- a/drivers/media/video/cpia2/cpia2_usb.c +++ b/drivers/media/video/cpia2/cpia2_usb.c @@ -58,7 +58,6 @@ static void free_sbufs(struct camera_data *cam); static void add_APPn(struct camera_data *cam); static void add_COM(struct camera_data *cam); static int submit_urbs(struct camera_data *cam); -static int set_alternate(struct camera_data *cam, unsigned int alt); static int configure_transfer_mode(struct camera_data *cam, unsigned int alt); static struct usb_device_id cpia2_id_table[] = { |