From: Ishizaki Kou Date: Fri, 12 Jan 2007 00:57:37 +0000 (+0900) Subject: [POWERPC] Add a field for each specific bus to struct pci_controller X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b7c726ff0e8c03bc19bf0d5114d3598efa2fbf2;p=linux-beck.git [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 Acked-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index cb02c9d1ef93..d9bf5aba96cb 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; }; /*