Re: [U-Boot] [PATCH v4 1/6] usb: net: don't ifdef routine declarations in usb_ether.h

2014-03-08 Thread Marek Vasut
On Saturday, March 08, 2014 at 07:46:13 PM, Gerhard Sittig wrote: > while compilation of implemented routines and references from calling > sites may be optional, declarations in header files should not be > > unconditionally declare the Asix and SMSC related public USB ethernet > driver routines

[U-Boot] [PATCH v4 1/6] usb: net: don't ifdef routine declarations in usb_ether.h

2014-03-08 Thread Gerhard Sittig
while compilation of implemented routines and references from calling sites may be optional, declarations in header files should not be unconditionally declare the Asix and SMSC related public USB ethernet driver routines in the usb_ether.h header file Signed-off-by: Gerhard Sittig Acked-by: Sim