summaryrefslogtreecommitdiffstats
path: root/include/media/tveeprom.h
diff options
context:
space:
mode:
authorAdrian Bunk2005-07-27 20:45:51 +0200
committerLinus Torvalds2005-07-28 01:26:15 +0200
commit82ee3e6fa347dcba19e36afb23a01020bc2e77e2 (patch)
tree5bffda0707ba1fe1a1c1e59029762c9b76b026b3 /include/media/tveeprom.h
parent[PATCH] DVICO Fusion DVB-T1 Tuner (LG-Z201) fix (diff)
downloadkernel-qcow2-linux-82ee3e6fa347dcba19e36afb23a01020bc2e77e2.tar.gz
kernel-qcow2-linux-82ee3e6fa347dcba19e36afb23a01020bc2e77e2.tar.xz
kernel-qcow2-linux-82ee3e6fa347dcba19e36afb23a01020bc2e77e2.zip
[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>
Diffstat (limited to 'include/media/tveeprom.h')
-rw-r--r--include/media/tveeprom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/tveeprom.h b/include/media/tveeprom.h
index 5c4fe30e8d1d..854a2c2f105b 100644
--- a/include/media/tveeprom.h
+++ b/include/media/tveeprom.h
@@ -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);