Skip to content

Commit

Permalink
ARM: 5779/1: ep93xx/micro9.c: fix implicit declaration of function __…
Browse files Browse the repository at this point in the history
…raw_readl and IOMEM

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Jean-Christop PLAGNIOL-VILLARD authored and Russell King committed Nov 5, 2009
1 parent eef3044 commit d525753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-ep93xx/micro9.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/physmap.h>
#include <linux/io.h>

#include <mach/hardware.h>

Expand Down

0 comments on commit d525753

Please sign in to comment.