9
0
Fork 0
barebox/drivers/net/usb
Antony Pavlov 28ab89ec81 net: usb: asix: fix 'no previous prototype' warning
Here is the warning message:

    drivers/net/usb/asix.c:427:5: warning: no previous prototype for 'asix_rx_fixup_internal' [-Wmissing-prototypes]
     int asix_rx_fixup_internal(struct usbnet *dev, void *buf, int len,
         ^

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-11-23 08:36:50 +01:00
..
Kconfig USB: Kconfig: introduce USB_HOST symbol 2014-07-18 14:42:35 +02:00
Makefile usb net: Add SMSC95xx support 2011-03-30 22:20:11 +02:00
asix.c net: usb: asix: fix 'no previous prototype' warning 2015-11-23 08:36:50 +01:00
smsc95xx.c net: Make set_ethaddr argument const 2015-06-26 11:56:22 +02:00
smsc95xx.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
usbnet.c USB: Use descriptors from ch9.h 2014-07-18 14:42:35 +02:00