projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa681a1
)
[PARISC] Fix compile warning in pci.h
author
Matthew Wilcox
<willy@parisc-linux.org>
Sat, 22 Oct 2005 02:49:05 +0000
(22:49 -0400)
committer
Kyle McMartin
<kyle@parisc-linux.org>
Sat, 22 Oct 2005 02:49:05 +0000
(22:49 -0400)
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/asm-parisc/pci.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-parisc/pci.h
b/include/asm-parisc/pci.h
index d0b761f690b53233fc22dea146d7ffc8e4efe798..fa39d07d49e9c17f741cf7ecbd21cffead0421ee 100644
(file)
--- a/
include/asm-parisc/pci.h
+++ b/
include/asm-parisc/pci.h
@@
-69,7
+69,7
@@
struct pci_hba_data {
#define PCI_PORT_HBA(a) ((a) >> HBA_PORT_SPACE_BITS)
#define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1))
-#if CONFIG_64BIT
+#if
def
CONFIG_64BIT
#define PCI_F_EXTEND 0xffffffff00000000UL
#define PCI_IS_LMMIO(hba,a) pci_is_lmmio(hba,a)