* [PATCH] arm64: Remove shadowed asm-generic headers
@ 2016-09-07 15:02 Robin Murphy
2016-09-07 15:24 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Robin Murphy @ 2016-09-07 15:02 UTC (permalink / raw)
To: linux-arm-kernel
We've grown our own versions of bug.h, ftrace.h, pci.h and topology.h,
so generating the generic ones as well is unnecessary and a potential
source of build hiccups. At the very least, having them present has
confused my source-indexing tool, and that simply will not do.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
---
arch/arm64/include/asm/Kbuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild
index f43d2c44c765..b7cc08abdb26 100644
--- a/arch/arm64/include/asm/Kbuild
+++ b/arch/arm64/include/asm/Kbuild
@@ -1,4 +1,3 @@
-generic-y += bug.h
generic-y += bugs.h
generic-y += clkdev.h
generic-y += cputime.h
@@ -10,7 +9,6 @@ generic-y += dma-contiguous.h
generic-y += early_ioremap.h
generic-y += emergency-restart.h
generic-y += errno.h
-generic-y += ftrace.h
generic-y += hw_irq.h
generic-y += ioctl.h
generic-y += ioctls.h
@@ -27,7 +25,6 @@ generic-y += mman.h
generic-y += msgbuf.h
generic-y += msi.h
generic-y += mutex.h
-generic-y += pci.h
generic-y += poll.h
generic-y += preempt.h
generic-y += resource.h
@@ -45,7 +42,6 @@ generic-y += swab.h
generic-y += switch_to.h
generic-y += termbits.h
generic-y += termios.h
-generic-y += topology.h
generic-y += trace_clock.h
generic-y += types.h
generic-y += unaligned.h
--
2.8.1.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] arm64: Remove shadowed asm-generic headers
2016-09-07 15:02 [PATCH] arm64: Remove shadowed asm-generic headers Robin Murphy
@ 2016-09-07 15:24 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2016-09-07 15:24 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday, September 7, 2016 4:02:31 PM CEST Robin Murphy wrote:
> We've grown our own versions of bug.h, ftrace.h, pci.h and topology.h,
> so generating the generic ones as well is unnecessary and a potential
> source of build hiccups. At the very least, having them present has
> confused my source-indexing tool, and that simply will not do.
>
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>
>
Acked-by: Arnd Bergmann <arnd@arndb.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-07 15:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 15:02 [PATCH] arm64: Remove shadowed asm-generic headers Robin Murphy
2016-09-07 15:24 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox