commit | 3b16287fbae7408916f652090838d71707b1d808 | [log] [tgz] |
---|---|---|
author | Gerhard Sittig <gsi@denx.de> | Sat Mar 08 19:46:13 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Wed Mar 12 17:04:30 2014 -0400 |
tree | b2c108b6f92ddbce709e4c31ca23b603865430f7 | |
parent | 0983cad2ece853f0ea4ffd87f965c3dee2f153d1 [diff] |
usb: net: don't ifdef routine declarations in usb_ether.h 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 <gsi@denx.de> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>