ARM: omap1: move omap15xx local bus handling to usb.c
authorArnd Bergmann <arnd@arndb.de>
Mon, 27 Sep 2021 14:40:50 +0000 (16:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 5 Oct 2021 13:39:50 +0000 (15:39 +0200)
commit94ad8aacbc2d4908b052c8bdb5ae13bc702f77ea
tree7524df518c4299f4221a08cd266479ae70343d37
parent6147eb53bb80a8d12f1c9de4e3474bc9524053ec
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 <felipe.balbi@linux.intel.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20210927144118.2464881-1-arnd@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/include/mach/memory.h
arch/arm/mach-omap1/usb.c
drivers/usb/host/ohci-omap.c
include/linux/platform_data/usb-omap1.h