diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-12-31 10:46:32 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-31 11:26:18 +0300 |
commit | 4e52af1ccaa2d979894d4d059037ff9ec4d26a83 (patch) | |
tree | 7bd0aedd836264f9a3b50a5e3ad835d4cd254da7 /drivers/phy | |
parent | 51d22e855ea3459d4b272e46aff95de0e59e65a7 (diff) | |
download | linux-4e52af1ccaa2d979894d4d059037ff9ec4d26a83.tar.xz |
usb: host: Do not compile test deprecated USB_OCTEON_EHCI
The USB_OCTEON_EHCI is deprecated and only selects proper driver so
there is no need to compile test it. Since it selects
USB_EHCI_BIG_ENDIAN_MMIO it causes compilation failures on certain big
endian architectures (e.g. m68k):
In file included from drivers/usb/host/ehci-mxc.c:19:0:
drivers/usb/host/ehci.h: In function ‘ehci_readl’:
drivers/usb/host/ehci.h:743:3: error:
implicit declaration of function ‘readl_be’ [-Werror=implicit-function-declaration]
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/1577778392-570-1-git-send-email-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy')
0 files changed, 0 insertions, 0 deletions