diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-23 13:57:35 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-23 13:57:35 +0200 |
commit | 3f7b4e51b008bfaefc70eabe073c37eeef9ef355 (patch) | |
tree | 645eb0700339505261c6c763c376421f44de4785 /recipes/linux/linux-omap-pm/dss2/merge-fixups.diff | |
parent | 6d446348ff6928c3099e9f7d0a896dbd159687ce (diff) |
linux-omap-pm git: update to latest git, refresh DSS2 patches
Diffstat (limited to 'recipes/linux/linux-omap-pm/dss2/merge-fixups.diff')
-rw-r--r-- | recipes/linux/linux-omap-pm/dss2/merge-fixups.diff | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-pm/dss2/merge-fixups.diff b/recipes/linux/linux-omap-pm/dss2/merge-fixups.diff new file mode 100644 index 0000000000..94e663ce9e --- /dev/null +++ b/recipes/linux/linux-omap-pm/dss2/merge-fixups.diff @@ -0,0 +1,49 @@ + +--- /tmp/io.c 2009-04-23 12:31:45.000000000 +0200 ++++ git/arch/arm/mach-omap2/io.c 2009-04-23 12:32:35.000000000 +0200 +@@ -18,6 +18,7 @@ + #include <linux/module.h> + #include <linux/kernel.h> + #include <linux/init.h> ++#include <linux/omapfb.h> + #include <linux/io.h> + #include <linux/clk.h> + +@@ -25,7 +26,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> +--- /tmp/board-3430sdp.c 2009-04-23 12:31:45.000000000 +0200 ++++ git/arch/arm/mach-omap2/board-3430sdp.c 2009-04-23 12:32:51.000000000 +0200 +@@ -38,6 +38,7 @@ + #include <mach/dma.h> + #include <mach/gpmc.h> + #include <mach/omap-pm.h> ++#include <mach/display.h> + + #include <mach/control.h> + #include <mach/clock.h> +--- /tmp/board-omap3beagle.c 2009-04-23 12:31:45.000000000 +0200 ++++ git/arch/arm/mach-omap2/board-omap3beagle.c 2009-04-23 12:33:07.000000000 +0200 +@@ -46,6 +46,7 @@ + #include <mach/mux.h> + #include <mach/omap-pm.h> + #include <mach/clock.h> ++#include <mach/display.h> + + #include "twl4030-generic-scripts.h" + #include "mmc-twl4030.h" +--- /tmp/board-omap3evm.c 2009-04-23 12:31:45.000000000 +0200 ++++ git/arch/arm/mach-omap2/board-omap3evm.c 2009-04-23 12:33:22.000000000 +0200 +@@ -38,6 +38,7 @@ + #include <mach/mcspi.h> + #include <mach/omap-pm.h> + #include <mach/clock.h> ++#include <mach/display.h> + + #include "sdram-micron-mt46h32m32lf-6.h" + #include "twl4030-generic-scripts.h" |