]> git.karo-electronics.de Git - mv-sheeva.git/commit
[media] cx231xx: remove some unused functions
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Oct 2010 00:05:52 +0000 (21:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:47 +0000 (01:17 -0200)
commit1001f90865c2ccd1df7b3a86603c134528e23090
tree6e8134a338e33988a632705ee3f900f9af9a37d9
parent82c3ccaa974345b42cabcdb19f81f4776156b1f7
[media] cx231xx: remove some unused functions

This file came originally from cx23885 driver. Some functions aren't
used. Now that they are declared as static, we have those errors:

drivers/media/video/cx231xx/cx231xx-417.c:615: warning: ‘mc417_gpio_set’ defined but not used
drivers/media/video/cx231xx/cx231xx-417.c:625: warning: ‘mc417_gpio_clear’ defined but not used
drivers/media/video/cx231xx/cx231xx-417.c:635: warning: ‘mc417_gpio_enable’ defined but not used

As they're not used, just remove them. If needed, they can be restored from
the git logs or from the cx23885 driver.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-417.c