diff options
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | 2007-01-12 09:57:37 +0900 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-01-24 21:13:59 +1100 |
commit | 5b7c726ff0e8c03bc19bf0d5114d3598efa2fbf2 (patch) | |
tree | c88fc304af59a440dc4fa88a47b572ecf0a67e1e /include/asm-powerpc/pci-bridge.h | |
parent | ef66f796751a214dc8fadaef2f068c3baa8969fa (diff) | |
download | kernel-crypto-5b7c726ff0e8c03bc19bf0d5114d3598efa2fbf2.tar.gz kernel-crypto-5b7c726ff0e8c03bc19bf0d5114d3598efa2fbf2.tar.xz kernel-crypto-5b7c726ff0e8c03bc19bf0d5114d3598efa2fbf2.zip |
[POWERPC] Add a field for each specific bus to struct pci_controller
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>
Diffstat (limited to 'include/asm-powerpc/pci-bridge.h')
-rw-r--r-- | include/asm-powerpc/pci-bridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index cb02c9d1ef9..d9bf5aba96c 100644 --- 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; }; /* |