Commit 011d3090 authored by Olof Johansson's avatar Olof Johansson

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: default avatarOlof Johansson <olof@lixom.net>
parents 79870b7b 5e51651d
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment