linux/drivers/sbus/char
Adrian Bunk 960681450f drivers/sbus/: cleanups
This patch contains the following cleanups:
- make the following needlessly global code static:
  - char/uctrl.c: uctrl_get_event_status()
  - char/uctrl.c: uctrl_get_external_status()
  - char/vfc_dev.c: struct vfc_dev_lst
  - char/vfc_dev.c: vfc_lock_device()
  - char/vfc_dev.c: vfc_unlock_device()
  - char/vfc_dev.c: vfc_captstat_reset()
  - char/vfc_dev.c: vfc_memptr_reset()
  - char/vfc_dev.c: vfc_csr_init()
  - char/vfc_dev.c: vfc_saa9051_init()
  - char/vfc_dev.c: init_vfc_hw()
  - char/vfc_dev.c: init_vfc_devstruct()
  - char/vfc_dev.c: init_vfc_device()
  - char/vfc_dev.c: vfc_get_dev_ptr()
  - char/vfc_dev.c: vfc_capture_start()
  - char/vfc_dev.c: vfc_capture_poll()
  - char/vfc_dev.c: vfc_port_change_ioctl()
  - char/vfc_dev.c: vfc_set_video_ioctl()
  - char/vfc_dev.c: vfc_get_video_ioctl()
  - char/vfc_i2c.c: vfc_i2c_wait_for_bus()
  - char/vfc_i2c.c: vfc_i2c_wait_for_pin()
  - char/vfc_i2c.c: vfc_i2c_xmit_addr()
  - char/vfc_i2c.c: vfc_i2c_xmit_byte()
  - char/vfc_i2c.c: vfc_i2c_recv_byte()
  - dvma.c: init_one_dvma()
- remove an unused variable from a function:
  - char/uctrl.c: ts102_uctrl_init()
- remove the following unused and empty function:
  - char/uctrl.c: uctrl_set_video()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-17 21:38:17 -07:00
..
Kconfig [SPARC32]: Deal with rtc/sun_mostek_rtc conflict. 2007-07-24 13:24:32 -07:00
Makefile [SPARC]: Remove the broken SUN_AURORA driver. 2007-02-26 11:35:45 -08:00
bbc_envctrl.c [BBC_ENVCTRL]: kmalloc + memset conversion to kzalloc 2007-07-31 14:04:19 -07:00
bbc_i2c.c [BBC_I2C]: kmalloc + memset conversion to kzalloc 2007-07-31 14:04:57 -07:00
bbc_i2c.h
bpp.c Merge commit 'v2.6.26' into bkl-removal 2008-07-14 15:29:34 -06:00
cpwatchdog.c cpwatchdog: BKL pushdown 2008-06-20 14:05:55 -06:00
display7seg.c display7seg: BKL pushdown 2008-06-20 14:05:55 -06:00
envctrl.c envctrl: BKL pushdown 2008-06-20 14:05:56 -06:00
flash.c flash: BKL pushdown 2008-06-20 14:05:57 -06:00
jsflash.c jsflash: BKL pushdown 2008-06-20 14:05:58 -06:00
max1617.h
openprom.c openprom: BKL pushdown 2008-07-02 15:06:24 -06:00
riowatchdog.c riowatchdog: BKL pushdown 2008-07-02 15:06:24 -06:00
rtc.c sbus-rtc: BKL pushdown 2008-07-02 15:06:24 -06:00
uctrl.c drivers/sbus/: cleanups 2008-07-17 21:38:17 -07:00
vfc.h drivers/sbus/: cleanups 2008-07-17 21:38:17 -07:00
vfc_dev.c drivers/sbus/: cleanups 2008-07-17 21:38:17 -07:00
vfc_i2c.c drivers/sbus/: cleanups 2008-07-17 21:38:17 -07:00
vfc_i2c.h