projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef66f79
)
[POWERPC] Add a field for each specific bus to struct pci_controller
author
Ishizaki Kou
<kou.ishizaki@toshiba.co.jp>
Fri, 12 Jan 2007 00:57:37 +0000
(09:57 +0900)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 24 Jan 2007 10:13:59 +0000
(21:13 +1100)
Struct pci_controller doesn't prepare for the dependent data of each
specific bus. This patch adds private member to struct pci_controller.
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/pci-bridge.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-powerpc/pci-bridge.h
b/include/asm-powerpc/pci-bridge.h
index cb02c9d1ef938f0c0d8bcdc9169d22236012c543..d9bf5aba96cbd25c262f634410c51275cdb9ecfc 100644
(file)
--- a/
include/asm-powerpc/pci-bridge.h
+++ b/
include/asm-powerpc/pci-bridge.h
@@
-53,6
+53,8
@@
struct pci_controller {
unsigned long buid;
unsigned long dma_window_base_cur;
unsigned long dma_window_size;
+
+ void *private_data;
};
/*