From: Mark Salter <msalter@redhat.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: catalin.marinas@arm.com, will.deacon@arm.com,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [PATCH] arm64: wire in generic parport.h
Date: Sun, 18 Aug 2013 12:01:28 -0400 [thread overview]
Message-ID: <1376841688.11104.8.camel@t520.redhat.com> (raw)
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
next reply other threads:[~2013-08-18 16:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-18 16:01 Mark Salter [this message]
2013-08-18 20:25 ` Geert Uytterhoeven
2013-08-19 2:36 ` Mark Salter
2013-08-20 15:25 ` Mark Salter
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=1376841688.11104.8.camel@t520.redhat.com \
--to=msalter@redhat.com \
--cc=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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
all inboxes | Powered by JetHome®