summaryrefslogtreecommitdiff
path: root/linux/include/media
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-21 21:53:54 +0000
committerMichael Krufky <devnull@localhost>2005-07-21 21:53:54 +0000
commit5e4b21b9b82702742eabb520ce2821fdca07c26a (patch)
tree4680eab4256dd153beffc4d762fc7fc8de6667d2 /linux/include/media
parente795952bd5e338970136cac1cc561f217c240314 (diff)
downloadmediapointer-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.h3
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);