Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | net: ne2000: Divided a function of NE2000 driver | Nobuhiro Iwamatsu | 2008-10-13 | -1/+1 |
| | | | | | | | | | | | get_prom function was used __attriute__ , but it is not enable. ax88796.o does not do link besides ne2000.o. When ld is carried out, get_prom function of ax88796.c is ignored. This problem is a thing by specifications of ld. I checked and test this patch on SuperH and MIPS. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> | |||
* | NE2000: Fix regresssion introduced by e710185aae90 on non AX88796 | Jean-Christophe PLAGNIOL-VILLARD | 2008-04-28 | -0/+156 |
Move non-inlied functions into specific drivers file Set get_prom as weak Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Vlad Lungu <vlad@comsys.ro> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> |