Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,7 @@
 * warranty of any kind, whether express or implied.
 * warranty of any kind, whether express or implied.
 */
 */


#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/of_address.h>
#include <linux/of_address.h>