]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (7882): pvrusb2: make code static
authorAdrian Bunk <bunk@kernel.org>
Sat, 10 May 2008 07:35:24 +0000 (04:35 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:05:46 +0000 (07:05 -0300)
commite9b59f6e2f6686016dfea7625e98fbef1e335c61
tree3c95ed76d448f05e61e64cc97cfd0d300749a183
parent5ad6b816e2227a7daf9569f1dbb8d7af90b387b2
V4L/DVB (7882): pvrusb2: make code static

This patch makes the following needlessly global code static:
- pvrusb2-devattr.c: struct pvr2_onair_creator_fe_props
- pvrusb2-devattr.c: struct pvr2_onair_usb2_fe_props
- pvrusb2-devattr.c: struct pvr2_73xxx_dvb_props
- pvrusb2-devattr.c: struct pvr2_750xx_dvb_props
- pvrusb2-devattr.c: struct pvr2_751xx_dvb_props
- pvrusb2-hdw.c:pvr2_led_ctrl_hauppauge()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-devattr.c
drivers/media/video/pvrusb2/pvrusb2-hdw.c