summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap/omapfb.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-08-09 21:27:01 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-21 15:00:52 +0200
commit81ad0f5bc476505781b1398be52a81eda3ee9798 (patch)
tree5e54a3453a3e6953bbfbe54462c82f5824b45dcb /drivers/video/fbdev/omap/omapfb.h
parent0768fb6709343679e55f7135e2ed2c432e4500d8 (diff)
downloadlinux-stable-81ad0f5bc476505781b1398be52a81eda3ee9798.tar.gz
linux-stable-81ad0f5bc476505781b1398be52a81eda3ee9798.tar.bz2
linux-stable-81ad0f5bc476505781b1398be52a81eda3ee9798.zip
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>
Diffstat (limited to 'drivers/video/fbdev/omap/omapfb.h')
-rw-r--r--drivers/video/fbdev/omap/omapfb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap/omapfb.h b/drivers/video/fbdev/omap/omapfb.h
index d930152c289c..313a051fe7a4 100644
--- a/drivers/video/fbdev/omap/omapfb.h
+++ b/drivers/video/fbdev/omap/omapfb.h
@@ -204,6 +204,8 @@ struct omapfb_device {
struct lcd_panel *panel; /* LCD panel */
const struct lcd_ctrl *ctrl; /* LCD controller */
const struct lcd_ctrl *int_ctrl; /* internal LCD ctrl */
+ int ext_irq;
+ int int_irq;
struct lcd_ctrl_extif *ext_if; /* LCD ctrl external
interface */
struct device *dev;