From 5e4b21b9b82702742eabb520ce2821fdca07c26a Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Thu, 21 Jul 2005 21:53:54 +0000 Subject: * tveeprom.c, tveeprom.h: - make two needlessly global structs static. - #if 0 the EXPORT_SYMBOL'ed but unused function tveeprom_dump. Signed-off-by: Adrian Bunk --- linux/include/media/tveeprom.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linux/include/media') diff --git a/linux/include/media/tveeprom.h b/linux/include/media/tveeprom.h index 5c4fe30e8..aa634ce89 100644 --- a/linux/include/media/tveeprom.h +++ b/linux/include/media/tveeprom.h @@ -1,5 +1,5 @@ /* - * $Id: tveeprom.h,v 1.2 2005/06/12 04:19:19 mchehab Exp $ + * $Id: tveeprom.h,v 1.3 2005/07/21 21:53:54 mkrufky Exp $ */ struct tveeprom { @@ -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); -- cgit v1.2.3