[U-Boot] [PATCH] net: Fix faulty definition of uec_initialize()
Mike Frysinger
vapier at gentoo.org
Mon Aug 9 22:18:36 CEST 2010
On Mon, Aug 9, 2010 at 3:15 PM, Joakim Tjernlund wrote:
> The correct definition is in drivers/qe/uec.h so just
> include that one instead.
... except that bleeds a ton of crap from uec.h into the global
namespace for everyone. better would be to move the prototype out of
uec.h and into netdev.h and make sure uec.h includes netdev.h.
-mike
More information about the U-Boot
mailing list