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

Commit d3c7de52 authored by Olof Johansson's avatar Olof Johansson
Browse files

ARM: clps711x: fix missing include file



linux/bug.h is needed due to an ARRAY_SIZE being used:

arch/arm/mach-clps711x/edb7211-mm.c: In function 'edb7211_map_io':
arch/arm/mach-clps711x/edb7211-mm.c:79:9: error: implicit declaration of function 'BUILD_BUG_ON_ZERO'

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 86dfe446
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,7 @@
 */
 */
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/bug.h>


#include <mach/hardware.h>
#include <mach/hardware.h>
#include <asm/page.h>
#include <asm/page.h>