浏览代码

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>
Tony Lindgren 13 年之前
父节点
当前提交
deee6d5359
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      arch/arm/mach-omap2/display.c

+ 2 - 1
arch/arm/mach-omap2/display.c

@@ -22,12 +22,13 @@
 #include <linux/io.h>
 #include <linux/io.h>
 #include <linux/clk.h>
 #include <linux/clk.h>
 #include <linux/err.h>
 #include <linux/err.h>
+#include <linux/delay.h>
 
 
 #include <video/omapdss.h>
 #include <video/omapdss.h>
 #include <plat/omap_hwmod.h>
 #include <plat/omap_hwmod.h>
 #include <plat/omap_device.h>
 #include <plat/omap_device.h>
 #include <plat/omap-pm.h>
 #include <plat/omap-pm.h>
-#include <plat/common.h>
+#include "common.h"
 
 
 #include "control.h"
 #include "control.h"
 #include "display.h"
 #include "display.h"