summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 10:22:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:44 +0100
commitfaf54bb0bb4660d41efca0d24a161f8dd5ef689c (patch)
treeb28b100d7f49c00c2ebfdb6aea35970871b121dd /drivers/video
parentedf7af7bdb200b95d0e3bac8e11d4eca4fe33e31 (diff)
downloadbarebox-faf54bb0bb4660d41efca0d24a161f8dd5ef689c.tar.gz
ARM: mxs: Move mach header files to include/mach/mxs
Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all mxs specific header files to include/mach/mxs/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/stm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/stm.c b/drivers/video/stm.c
index 1998e1996e..68ac4feed3 100644
--- a/drivers/video/stm.c
+++ b/drivers/video/stm.c
@@ -20,7 +20,7 @@
#include <stmp-device.h>
#include <linux/clk.h>
#include <linux/err.h>
-#include <mach/fb.h>
+#include <mach/mxs/fb.h>
#define HW_LCDIF_CTRL 0x00
# define CTRL_SFTRST (1 << 31)