linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: pxa/colibri: fix build with CONFIG_USB_OHCI_HCD=y
@ 2013-11-07 14:36 Dmitry Artamonow
  2013-11-08  1:43 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Artamonow @ 2013-11-07 14:36 UTC (permalink / raw)
  To: linux-arm-kernel

Fix following build failure observed when support for
OHCI host controller is enabled.

  CC      arch/arm/mach-pxa/colibri-evalboard.o
arch/arm/mach-pxa/colibri-evalboard.c: In function 'colibri_ohci_init':
arch/arm/mach-pxa/colibri-evalboard.c:68: error: implicit declaration of function 'IOMEM'
make[1]: *** [arch/arm/mach-pxa/colibri-evalboard.o] Error 1
make: *** [arch/arm/mach-pxa] Error 2

Signed-off-by: Dmitry Artamonow <mad_soft@inbox.lv>
---
 arch/arm/mach-pxa/colibri-evalboard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-pxa/colibri-evalboard.c b/arch/arm/mach-pxa/colibri-evalboard.c
index 8404b24..57f661d 100644
--- a/arch/arm/mach-pxa/colibri-evalboard.c
+++ b/arch/arm/mach-pxa/colibri-evalboard.c
@@ -15,6 +15,7 @@
 #include <linux/platform_device.h>
 #include <linux/interrupt.h>
 #include <linux/gpio.h>
+#include <linux/io.h>
 #include <asm/mach-types.h>
 #include <mach/hardware.h>
 #include <asm/mach/arch.h>
-- 
1.8.1.2

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

end of thread, other threads:[~2013-11-08  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 14:36 [PATCH] ARM: pxa/colibri: fix build with CONFIG_USB_OHCI_HCD=y Dmitry Artamonow
2013-11-08  1:43 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).