From: kristoffer.ericson@gmail•com (Kristoffer Eriksson)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] ARM: sa1100: fix jornada720 build failure on missing IOMEM
Date: Wed, 27 Jun 2012 15:41:41 +0200 [thread overview]
Message-ID: <4FEB0D95.5070704@gmail.com> (raw)
In-Reply-To: <1340752409-11413-1-git-send-email-paul.gortmaker@windriver.com>
Acked-by: Kristoffer Ericson <kristoffer.ericson@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@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>
prev parent reply other threads:[~2012-06-27 13:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-26 23:13 [PATCH] ARM: sa1100: fix jornada720 build failure on missing IOMEM Paul Gortmaker
2012-06-27 13:41 ` Kristoffer Eriksson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FEB0D95.5070704@gmail.com \
--to=kristoffer.ericson@gmail$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox