]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: net: don't ifdef routine declarations in usb_ether.h
authorGerhard Sittig <gsi@denx.de>
Sat, 8 Mar 2014 18:46:13 +0000 (19:46 +0100)
committerTom Rini <trini@ti.com>
Wed, 12 Mar 2014 21:04:30 +0000 (17:04 -0400)
commit440a5742393bb959fd7bce28f5c916355d8607ca
treeb2c108b6f92ddbce709e4c31ca23b603865430f7
parent4b774ff114201175ea9c05dfa12eef3ff1704753
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>
include/usb_ether.h