diff options
author | Michael Krufky <devnull@localhost> | 2005-07-21 21:53:54 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-21 21:53:54 +0000 |
commit | 5e4b21b9b82702742eabb520ce2821fdca07c26a (patch) | |
tree | 4680eab4256dd153beffc4d762fc7fc8de6667d2 /linux/include/media | |
parent | e795952bd5e338970136cac1cc561f217c240314 (diff) | |
download | mediapointer-dvb-s2-5e4b21b9b82702742eabb520ce2821fdca07c26a.tar.gz mediapointer-dvb-s2-5e4b21b9b82702742eabb520ce2821fdca07c26a.tar.bz2 |
* 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 <bunk@stusta.de>
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/tveeprom.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |