dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Olof Johansson 2012-11-30 09:57:00 -08:00
commit 011d3090c8
1 changed files with 1 additions and 0 deletions

View File

@ -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>