fbdev: omap: pass irqs as resource
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Aug 2019 19:27:01 +0000 (21:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:00:52 +0000 (15:00 +0200)
commit81ad0f5bc476505781b1398be52a81eda3ee9798
tree5e54a3453a3e6953bbfbe54462c82f5824b45dcb
parent0768fb6709343679e55f7135e2ed2c432e4500d8
fbdev: omap: pass irqs as resource

To avoid relying on the mach/irqs.h header, stop using
OMAP_LCDC_IRQ and INT_1610_SoSSI_MATCH directly in the driver
code, but instead pass these as resources.

Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/fb.c
drivers/video/fbdev/omap/lcdc.c
drivers/video/fbdev/omap/omapfb.h
drivers/video/fbdev/omap/omapfb_main.c
drivers/video/fbdev/omap/sossi.c