linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: wire in generic parport.h
@ 2013-08-18 16:01 Mark Salter
  2013-08-18 20:25 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Salter @ 2013-08-18 16:01 UTC (permalink / raw)
  To: linux-arm-kernel

The arm64 port doesn't provide a parport.h which causes a build failure
with some configurations:

  drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such file or directory
   #include <asm/parport.h>

This patch wires in the generic parport.h for arm64.

Signed-off-by: Mark Salter <msalter@redhat.com>
---
 arch/arm64/include/asm/Kbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild
index 79a642d..487b0a2 100644
--- a/arch/arm64/include/asm/Kbuild
+++ b/arch/arm64/include/asm/Kbuild
@@ -25,6 +25,7 @@ generic-y += local64.h
 generic-y += mman.h
 generic-y += msgbuf.h
 generic-y += mutex.h
+generic-y += parport.h                                                                                         
 generic-y += pci.h
 generic-y += percpu.h
 generic-y += poll.h
-- 
1.8.1.4

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

end of thread, other threads:[~2013-08-20 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18 16:01 [PATCH] arm64: wire in generic parport.h Mark Salter
2013-08-18 20:25 ` Geert Uytterhoeven
2013-08-19  2:36   ` Mark Salter
2013-08-20 15:25   ` Mark Salter

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).