diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-08-12 12:28:00 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-08-12 12:28:00 +0200 |
commit | 742c52533b05d8ae83c794bd6811100675b85ce5 (patch) | |
tree | de89a81d88c19504d1dc4f023a4b480c9022b3b5 /drivers/video/omap/lcd_osk.c | |
parent | [MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driver (diff) | |
parent | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd (diff) | |
download | linux-742c52533b05d8ae83c794bd6811100675b85ce5.tar.xz linux-742c52533b05d8ae83c794bd6811100675b85ce5.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
include/asm-arm/arch-omap/onenand.h
Diffstat (limited to 'drivers/video/omap/lcd_osk.c')
-rw-r--r-- | drivers/video/omap/lcd_osk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/omap/lcd_osk.c b/drivers/video/omap/lcd_osk.c index a38038840fd6..a4a725f427a4 100644 --- a/drivers/video/omap/lcd_osk.c +++ b/drivers/video/omap/lcd_osk.c @@ -23,9 +23,9 @@ #include <linux/module.h> #include <linux/platform_device.h> -#include <asm/arch/gpio.h> -#include <asm/arch/mux.h> -#include <asm/arch/omapfb.h> +#include <mach/gpio.h> +#include <mach/mux.h> +#include <mach/omapfb.h> static int osk_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) { |