[PATCH] drivers/media/video/tveeprom.c: possible cleanups
This patch contains the following possible cleanups: - make two needlessly global structs static - #if 0 the EXPORT_SYMBOL'ed but unused function tveeprom_dump Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
9e00e48626
commit
82ee3e6fa3
@@ -24,4 +24,3 @@ void tveeprom_hauppauge_analog(struct tveeprom *tvee,
|
||||
unsigned char *eeprom_data);
|
||||
|
||||
int tveeprom_read(struct i2c_client *c, unsigned char *eedata, int len);
|
||||
int tveeprom_dump(unsigned char *eedata, int len);
|
||||
|
Reference in New Issue
Block a user