u-boot-brain/drivers/usb/eth
Philipp Tomsich 734f9abd17 net: usb: r8152: fix "duplicate 'const' declaration specifier"
After upgrading to GCC 7.1, the duplicate const specifies in the
r8152 driver trigger the following build warnings with buildman
(observed on a 'buildman rockchip' test)::
  ../drivers/usb/eth/r8152.c:62:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
   static const struct r8152_version const r8152_versions[] = {
                                     ^~~~~

This commit fixes these by removing the duplicate 'const' specifier
from the declarations.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2017-08-07 15:18:29 -05:00
..
asix.c net: asix: Fix ASIX 88772B with driver model 2016-09-27 23:30:14 +02:00
asix88179.c eth: asix88179: Add support for the driver model 2016-08-09 12:52:05 +02:00
Makefile usb: eth: add Realtek RTL8152B/RTL8153 DRIVER 2016-01-23 16:22:34 +01:00
mcs7830.c net: usb: mcs7830: fix non-DM ingress path 2017-05-21 16:44:04 +02:00
r8152_fw.c usb: eth: r8152_fw: fix indentation 2016-12-04 13:55:02 -05:00
r8152.c net: usb: r8152: fix "duplicate 'const' declaration specifier" 2017-08-07 15:18:29 -05:00
r8152.h net: usb: r8152: Add DM support 2016-08-07 21:55:42 +02:00
smsc95xx.c net: smsc95xx: Correct free_pkt() implementation 2017-05-09 20:17:24 -04:00
usb_ether.c usb: eth: fix memalign() parameter order 2016-02-24 19:12:33 +01:00