aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Rankin <rankincj@yahoo.com>2011-09-25 08:53:25 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-25 22:11:54 -0400
commitf055815fd0e4dd22ffd523f0e5117132c0a49e3d (patch)
tree0a701f751355379d39d79414971ef67aa3133758
parentb868a537b675eed2ba84bbeca4c8557ebf9e0156 (diff)
[media] em28xx: remove unused prototypes
This patch just removes the prototypes for the two functions that I've already deleted in my previous patches. Signed-off-by: Chris Rankin <rankincj@yahoo.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/em28xx/em28xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index 1626e4a83407..2a2cb7ed0014 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -678,8 +678,6 @@ int em28xx_isoc_dvb_max_packetsize(struct em28xx *dev);
678int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode); 678int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode);
679int em28xx_gpio_set(struct em28xx *dev, struct em28xx_reg_seq *gpio); 679int em28xx_gpio_set(struct em28xx *dev, struct em28xx_reg_seq *gpio);
680void em28xx_wake_i2c(struct em28xx *dev); 680void em28xx_wake_i2c(struct em28xx *dev);
681void em28xx_remove_from_devlist(struct em28xx *dev);
682void em28xx_add_into_devlist(struct em28xx *dev);
683int em28xx_register_extension(struct em28xx_ops *dev); 681int em28xx_register_extension(struct em28xx_ops *dev);
684void em28xx_unregister_extension(struct em28xx_ops *dev); 682void em28xx_unregister_extension(struct em28xx_ops *dev);
685void em28xx_init_extension(struct em28xx *dev); 683void em28xx_init_extension(struct em28xx *dev);