diff options
author | Arnd Bergmann <[email protected]> | 2021-09-27 16:40:50 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-10-05 15:39:50 +0200 |
commit | 94ad8aacbc2d4908b052c8bdb5ae13bc702f77ea (patch) | |
tree | 7524df518c4299f4221a08cd266479ae70343d37 /scripts/gdb/linux/utils.py | |
parent | 6147eb53bb80a8d12f1c9de4e3474bc9524053ec (diff) |
ARM: omap1: move omap15xx local bus handling to usb.c
Commit 38225f2ef2f4 ("ARM/omap1: switch to use dma_direct_set_offset for
lbus DMA offsets") removed a lot of mach/memory.h, but left the USB
offset handling split into arch/arm/mach-omap1/usb.c and
drivers/usb/host/ohci-omap.c.
This can cause a randconfig build warning that now fails the build
with -Werror:
arch/arm/mach-omap1/usb.c:561:30: error: 'omap_1510_usb_ohci_nb' defined but not used [-Werror=unused-variable]
561 | static struct notifier_block omap_1510_usb_ohci_nb = {
| ^~~~~~~~~~~~~~~~~~~~~
Move it all into the platform file to get rid of the final
location that relies on mach/memory.h.
Acked-by: Felipe Balbi <[email protected]>
Acked-by: Alan Stern <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions