diff options
Diffstat (limited to 'arch/powerpc/kernel/isa-bridge.c')
| -rw-r--r-- | arch/powerpc/kernel/isa-bridge.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/isa-bridge.c b/arch/powerpc/kernel/isa-bridge.c index d45ec58703c..0f199709796 100644 --- a/arch/powerpc/kernel/isa-bridge.c +++ b/arch/powerpc/kernel/isa-bridge.c @@ -41,8 +41,8 @@ EXPORT_SYMBOL_GPL(isa_bridge_pcidev);  #define ISA_SPACE_MASK 0x1  #define ISA_SPACE_IO 0x1 -static void __devinit pci_process_ISA_OF_ranges(struct device_node *isa_node, -						unsigned long phb_io_base_phys) +static void pci_process_ISA_OF_ranges(struct device_node *isa_node, +				      unsigned long phb_io_base_phys)  {  	/* We should get some saner parsing here and remove these structs */  	struct pci_address { @@ -170,8 +170,8 @@ void __init isa_bridge_find_early(struct pci_controller *hose)   * isa_bridge_find_late - Find and map the ISA IO space upon discovery of   *                        a new ISA bridge   */ -static void __devinit isa_bridge_find_late(struct pci_dev *pdev, -					   struct device_node *devnode) +static void isa_bridge_find_late(struct pci_dev *pdev, +				 struct device_node *devnode)  {  	struct pci_controller *hose = pci_bus_to_host(pdev->bus); @@ -215,8 +215,8 @@ static void isa_bridge_remove(void)  /**   * isa_bridge_notify - Get notified of PCI devices addition/removal   */ -static int __devinit isa_bridge_notify(struct notifier_block *nb, -				       unsigned long action, void *data) +static int isa_bridge_notify(struct notifier_block *nb, unsigned long action, +			     void *data)  {  	struct device *dev = data;  	struct pci_dev *pdev = to_pci_dev(dev);  |