summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorMayuresh Janorkar <mayur@ti.com>2009-07-06 00:00:00 -0500
committerWajahat Khan <w-khan@ti.com>2009-11-06 01:05:10 -0600
commit7f4ad2d64f2ea9bedde6c430ffe4f614ed6ec52d (patch)
tree07fffb5ce7a3449ee06ddba8e41bc5fad07b0188 /arch/arm/mach-omap2
parentb8e41c1e140c0aed4aef9ea0a12b68e930174b30 (diff)
OMAPFB: move omapfb.h to include/linux/
This is needed so that omapfb.h is automatically exported to user space. omapfb.h should be cleaned up later. Some stuff can probably be moved to omapfb's private include file. Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index b9db87260a38..650497aed793 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -21,6 +21,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
+#include <linux/omapfb.h>
#include <linux/clk.h>
#include <asm/tlb.h>
@@ -28,7 +29,6 @@
#include <asm/mach/map.h>
#include <mach/mux.h>
-#include <mach/omapfb.h>
#include <mach/sram.h>
#include <mach/sdrc.h>
#include <mach/gpmc.h>