diff options
Diffstat (limited to 'drivers/video/omap/omapfb_main.c')
-rw-r--r-- | drivers/video/omap/omapfb_main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c index f85af5c4fa68..51a138bd113c 100644 --- a/drivers/video/omap/omapfb_main.c +++ b/drivers/video/omap/omapfb_main.c | |||
@@ -28,9 +28,8 @@ | |||
28 | #include <linux/mm.h> | 28 | #include <linux/mm.h> |
29 | #include <linux/uaccess.h> | 29 | #include <linux/uaccess.h> |
30 | 30 | ||
31 | #include <asm/mach-types.h> | 31 | #include <mach/dma.h> |
32 | #include <asm/arch/dma.h> | 32 | #include <mach/omapfb.h> |
33 | #include <asm/arch/omapfb.h> | ||
34 | 33 | ||
35 | #define MODULE_NAME "omapfb" | 34 | #define MODULE_NAME "omapfb" |
36 | 35 | ||