Skip to content

Commit

Permalink
ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM r…
Browse files Browse the repository at this point in the history
…estart 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>
  • Loading branch information
Tony Lindgren authored and Russell King committed Dec 6, 2011
1 parent 16edc3d commit deee6d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/mach-omap2/display.c
Original file line number Diff line number Diff line change
@@ -22,12 +22,13 @@
#include <linux/io.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/delay.h>

#include <video/omapdss.h>
#include <plat/omap_hwmod.h>
#include <plat/omap_device.h>
#include <plat/omap-pm.h>
#include <plat/common.h>
#include "common.h"

#include "control.h"
#include "display.h"

0 comments on commit deee6d5

Please sign in to comment.