Skip to content

Commit

Permalink
Merge branch 'sunxi/soc2' into next/soc
Browse files Browse the repository at this point in the history
Adding one patch to fix build error.

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

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Nov 30, 2012
2 parents 79870b7 + 5e51651 commit 011d309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sunxi/sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 011d309

Please sign in to comment.