aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/omap1_bl.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-08-06 16:08:34 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-21 15:01:14 +0200
commit804f7f19c2e2928aeb8eafef8379fe8b8d13f98b (patch)
tree09d84ca22234f48adfbd927a2a4d0b70e356df65 /drivers/video/backlight/omap1_bl.c
parentARM: omap1: move CF chipselect setup to board file (diff)
downloadlinux-dev-804f7f19c2e2928aeb8eafef8379fe8b8d13f98b.tar.xz
linux-dev-804f7f19c2e2928aeb8eafef8379fe8b8d13f98b.zip
fbdev: omap: avoid using mach/*.h files
All the headers we actually need are now in include/linux/soc, so use those versions instead and allow compile-testing on other architectures. 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/backlight/omap1_bl.c')
-rw-r--r--drivers/video/backlight/omap1_bl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/backlight/omap1_bl.c b/drivers/video/backlight/omap1_bl.c
index 74263021b1b3..69a49384b3de 100644
--- a/drivers/video/backlight/omap1_bl.c
+++ b/drivers/video/backlight/omap1_bl.c
@@ -14,8 +14,8 @@
#include <linux/slab.h>
#include <linux/platform_data/omap1_bl.h>
-#include <mach/hardware.h>
-#include <mach/mux.h>
+#include <linux/soc/ti/omap1-io.h>
+#include <linux/soc/ti/omap1-mux.h>
#define OMAPBL_MAX_INTENSITY 0xff