Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart changes

ARM restart changes needed changes to common.h to make it local.
This conflicted with v3.2-rc4 DSS related hwmod changes that
git mergetool was not able to handle.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Tony Lindgren and committed by
Russell King
deee6d53 16edc3df

+2 -1
+2 -1
arch/arm/mach-omap2/display.c
··· 22 22 #include <linux/io.h> 23 23 #include <linux/clk.h> 24 24 #include <linux/err.h> 25 + #include <linux/delay.h> 25 26 26 27 #include <video/omapdss.h> 27 28 #include <plat/omap_hwmod.h> 28 29 #include <plat/omap_device.h> 29 30 #include <plat/omap-pm.h> 30 - #include <plat/common.h> 31 + #include "common.h" 31 32 32 33 #include "control.h" 33 34 #include "display.h"