* [PATCH] arch/score/include/asm/pci.h: Use generic 'pci.h' instead of the original one
@ 2014-07-04 6:40 Chen Gang
0 siblings, 0 replies; only message in thread
From: Chen Gang @ 2014-07-04 6:40 UTC (permalink / raw)
To: Liqin Chen, Lennox Wu, peterz, mingo, tim.c.chen,
Stephen Rothwell, David Miller, lauraa
Cc: linux-kernel@vger.kernel.org
Original 'pci.h' is empty, and some modules in allmodconfig may need
contents which can be found in generic 'pci.h', so use generic one
instead of original.
The related error (allmodconfig under score):
CC [M] drivers/scsi/scsi_lib.o
drivers/scsi/scsi_lib.c: In function 'scsi_calculate_bounce_limit':
drivers/scsi/scsi_lib.c:1615:7: error: 'PCI_DMA_BUS_IS_PHYS' undeclared (first use in this function)
if (!PCI_DMA_BUS_IS_PHYS)
^
drivers/scsi/scsi_lib.c:1615:7: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [drivers/scsi/scsi_lib.o] Error 1
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
---
arch/score/include/asm/Kbuild | 1 +
arch/score/include/asm/pci.h | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
delete mode 100644 arch/score/include/asm/pci.h
diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild
index aad2091..bfb31569 100644
--- a/arch/score/include/asm/Kbuild
+++ b/arch/score/include/asm/Kbuild
@@ -7,6 +7,7 @@ generic-y += clkdev.h
generic-y += cputime.h
generic-y += hash.h
generic-y += mcs_spinlock.h
+generic-y += pci.h
generic-y += preempt.h
generic-y += scatterlist.h
generic-y += trace_clock.h
diff --git a/arch/score/include/asm/pci.h b/arch/score/include/asm/pci.h
deleted file mode 100644
index 3f3cfd8..0000000
--- a/arch/score/include/asm/pci.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef _ASM_SCORE_PCI_H
-#define _ASM_SCORE_PCI_H
-
-#endif /* _ASM_SCORE_PCI_H */
--
1.9.2.459.g68773ac
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-04 6:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-04 6:40 [PATCH] arch/score/include/asm/pci.h: Use generic 'pci.h' instead of the original one Chen Gang
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).