Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Ishizaki Kou and committed by
Paul Mackerras
5b7c726f ef66f796

+2
+2
include/asm-powerpc/pci-bridge.h
··· 53 53 unsigned long buid; 54 54 unsigned long dma_window_base_cur; 55 55 unsigned long dma_window_size; 56 + 57 + void *private_data; 56 58 }; 57 59 58 60 /*