projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc7bea
)
net: Fix faulty definition of uec_initialize()
author
Joakim Tjernlund
<Joakim.Tjernlund@transmode.se>
Thu, 19 Aug 2010 07:37:32 +0000
(09:37 +0200)
committer
Ben Warren
<biggerbadderben@gmail.com>
Tue, 12 Oct 2010 05:47:47 +0000
(22:47 -0700)
The correct definition is in drivers/qe/uec.h so just
remove this one.
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
include/netdev.h
patch
|
blob
|
history
diff --git
a/include/netdev.h
b/include/netdev.h
index 94eedfe29dedf79688732cf6fb6a296fcc22d016..71fe8056119c8df91c025f2bb2f4de7cf7f06318 100644
(file)
--- a/
include/netdev.h
+++ b/
include/netdev.h
@@
-85,7
+85,6
@@
int skge_initialize(bd_t *bis);
int smc911x_initialize(u8 dev_num, int base_addr);
int smc91111_initialize(u8 dev_num, int base_addr);
int tsi108_eth_initialize(bd_t *bis);
-int uec_initialize(int index);
int uec_standard_init(bd_t *bis);
int uli526x_initialize(bd_t *bis);
int sh_eth_initialize(bd_t *bis);