All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: sa1100: fix jornada720 build failure on missing IOMEM
@ 2012-06-26 23:13 Paul Gortmaker
  2012-06-27 13:41 ` Kristoffer Eriksson
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2012-06-26 23:13 UTC (permalink / raw)
  To: linux-arm-kernel

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>
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-27 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.