rv1126-uboot/drivers/usb
William Wu 6a3f8006e0 usb: phy: rockchip: fix implicit definition warning
When make with rock_defconfig, compile warning for the
following implicitly defined function are raised due to
a missing include directive:

  drivers/usb/phy/rockchip_usb2_phy.c: In function ‘otg_phy_parse’:
  drivers/usb/phy/rockchip_usb2_phy.c: 102:10: error:
  implicit declaration of function ‘fdt_translate_address’ [-Werror=implicit-function-declaration]
  addr = fdt_translate_address(blob, node, reg);
          ^~~~~~~~~~~~~~~~~~~~~
This change fixes this by including <fdt_support.h>.

And this patch also fixes the following compile error:

  drivers/usb/phy/rockchip_usb2_phy.c:96:1: error:
  label ‘retry’ defined but not used [-Werror=unused-label]

Change-Id: Ia82d0ff02b0f528ddde8a553d457c6c0cb763680
Signed-off-by: William Wu <william.wu@rock-chips.com>
2019-03-14 14:04:14 +08:00
..
common UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
dwc3 usb: dwc3: get rid of debug compile error 2018-07-09 19:41:47 +08:00
emul usb: hub: Change USB hub descriptor to match USB 3.0 hubs 2017-07-28 23:34:20 +02:00
eth treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
gadget fastboot: delete write perm-attr hash if use pre-loader pub_key 2019-03-08 18:12:14 +08:00
host UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
musb
musb-new treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
phy usb: phy: rockchip: fix implicit definition warning 2019-03-14 14:04:14 +08:00
ulpi
Kconfig UPSTREAM: usb: kbd: Set a default polling mechanism for USB keyboard 2018-01-16 18:17:07 +08:00