Browse Source

Merge branch 'sunxi/soc2' into next/soc

Adding one patch to fix build error.

* sunxi/soc2:
  ARM: sunxi: add missing include for mdelay()

Signed-off-by: Olof Johansson <olof@lixom.net>
Olof Johansson 12 years ago
parent
commit
011d3090c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-sunxi/sunxi.c

+ 1 - 0
arch/arm/mach-sunxi/sunxi.c

@@ -10,6 +10,7 @@
  * warranty of any kind, whether express or implied.
  */
 
+#include <linux/delay.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/of_address.h>