diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-07-12 20:28:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-22 14:46:17 -0400 |
commit | cccdb1965b80c1068fff7d2978f668caa76119df (patch) | |
tree | b3b8a17e8a9291d3947a433c76cbd750e698b7e1 /board/isee/igep00x0 | |
parent | b0c47633cc550f2ded597aa80240a2d09619f827 (diff) | |
download | u-boot-cccdb1965b80c1068fff7d2978f668caa76119df.tar.gz u-boot-cccdb1965b80c1068fff7d2978f668caa76119df.tar.xz u-boot-cccdb1965b80c1068fff7d2978f668caa76119df.zip |
igep00x0: remove useless setup_net_chip declaration
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'board/isee/igep00x0')
-rw-r--r-- | board/isee/igep00x0/igep00x0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h index e47ee66d01..5698efab5d 100644 --- a/board/isee/igep00x0/igep00x0.h +++ b/board/isee/igep00x0/igep00x0.h @@ -7,8 +7,6 @@ #ifndef _IGEP00X0_H_ #define _IGEP00X0_H_ -static void setup_net_chip(void); - /* * IEN - Input Enable * IDIS - Input Disable |