[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>
This commit is contained in:
committed by
Paul Mackerras
parent
ef66f79675
commit
5b7c726ff0
@@ -53,6 +53,8 @@ struct pci_controller {
|
|||||||
unsigned long buid;
|
unsigned long buid;
|
||||||
unsigned long dma_window_base_cur;
|
unsigned long dma_window_base_cur;
|
||||||
unsigned long dma_window_size;
|
unsigned long dma_window_size;
|
||||||
|
|
||||||
|
void *private_data;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user