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

Commit 24a83fe4 authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: imx: include <asm/io.h> in hardware.h



As IOMEM is referenced in hardware.h, <asm/io.h> should be included
there.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 2e603ad9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#ifndef __ASM_ARCH_MXC_HARDWARE_H__
#define __ASM_ARCH_MXC_HARDWARE_H__

#include <asm/io.h>
#include <asm/sizes.h>

#define addr_in_module(addr, mod) \