[PATCH] ARM: sa1100: fix jornada720 build failure on missing IOMEM

Kristoffer Eriksson kristoffer.ericson at gmail.com
Wed Jun 27 09:41:41 EDT 2012


Acked-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>


Paul Gortmaker skrev 2012-06-27 01:13:
> Introduced by commit 6686732c8b8974fafbdd7886de0fcf77cf34ec07 [linux-next]
>
>      "ARM: sa11x0/pxa: convert OS timer registers to IOMEM"
>
> which causes:
>
> arch/arm/mach-sa1100/jornada720_ssp.c:63:2: error: implicit declaration of function 'IOMEM'
>
> Signed-off-by: Paul Gortmaker<paul.gortmaker at windriver.com>
> ---
>
> Feel free to squash into original if rebasing.
> Fixes http://kisskb.ellerman.id.au/kisskb/buildresult/6592200/
>
>   arch/arm/mach-sa1100/jornada720_ssp.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-sa1100/jornada720_ssp.c b/arch/arm/mach-sa1100/jornada720_ssp.c
> index b412fc0..ee13507 100644
> --- a/arch/arm/mach-sa1100/jornada720_ssp.c
> +++ b/arch/arm/mach-sa1100/jornada720_ssp.c
> @@ -14,6 +14,7 @@
>   #include<linux/delay.h>
>   #include<linux/errno.h>
>   #include<linux/init.h>
> +#include<linux/io.h>
>   #include<linux/kernel.h>
>   #include<linux/module.h>
>   #include<linux/platform_device.h>




More information about the linux-arm-kernel mailing list