[PATCH 1/2] ep93xx/micro9.c: fix implicit declaration of function__raw_readl and IOMEM

H Hartley Sweeten hartleys at visionengravers.com
Mon Oct 26 18:31:17 EDT 2009


On Monday, October 26, 2009 3:04 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
> Subject: [PATCH 1/2] ep93xx/micro9.c: fix implicit declaration of function__raw_readl and IOMEM
> 
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
>  arch/arm/mach-ep93xx/micro9.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-ep93xx/micro9.c b/arch/arm/mach-ep93xx/micro9.c
> index d83b804..f3757a1 100644
> --- a/arch/arm/mach-ep93xx/micro9.c
> +++ b/arch/arm/mach-ep93xx/micro9.c
> @@ -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>
>  

Acked-by: H Hartley Sweeten <hsweeten at visionengravers.com>

Please add to Russell's Patch Tracker.

Regards,
Hartley



More information about the linux-arm-kernel mailing list