Skip to content

Commit

Permalink
ARM: imx: include <asm/io.h> in hardware.h
Browse files Browse the repository at this point in the history
As IOMEM is referenced in hardware.h, <asm/io.h> should be included
there.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Shawn Guo committed Jun 17, 2013
1 parent 2e603ad commit 24a83fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-imx/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 24a83fe

Please sign in to comment.