summaryrefslogtreecommitdiff
path: root/board/esd/tasreg
diff options
context:
space:
mode:
authorWolfgang Wegner <w.wegner@astro-kom.de>2009-12-09 15:16:47 +0100
committerWolfgang Denk <wd@denx.de>2009-12-21 21:39:59 +0100
commit87d93a1ba2ae23550e1370adb7a3b00af0831165 (patch)
treed978d96503acbb9f26ea3d83db7e8682bf89e76b /board/esd/tasreg
parentf7767c7541a8cdae55655d10f039a5bc62894ee8 (diff)
move prototypes for gunzip() and zunzip() to common.h
Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus repeated in every file using it. This patch moves the prototypes to common.h and removes all prototypes distributed anywhere else. Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
Diffstat (limited to 'board/esd/tasreg')
-rw-r--r--board/esd/tasreg/tasreg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/esd/tasreg/tasreg.c b/board/esd/tasreg/tasreg.c
index 18444427f..bd9fb2fc2 100644
--- a/board/esd/tasreg/tasreg.c
+++ b/board/esd/tasreg/tasreg.c
@@ -29,7 +29,6 @@
/* Prototypes */
-int gunzip(void *, int, unsigned char *, unsigned long *);
int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len);
int i2c_read(uchar chip, uint addr, int alen, uchar *buffer, int len);