patch-2.4.22 linux-2.4.22/arch/ppc/platforms/pal4_pci.c

Next file: linux-2.4.22/arch/ppc/platforms/pal4_serial.h
Previous file: linux-2.4.22/arch/ppc/platforms/pal4.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/platforms/pal4_pci.c linux-2.4.22/arch/ppc/platforms/pal4_pci.c
@@ -1,9 +1,9 @@
 /*
  * arch/ppc/platforms/pal4_pci.c
- * 
+ *
  * PCI support for SBS Palomar IV
  *
- * Author: Dan Cox 
+ * Author: Dan Cox
  *
  * 2002 (c) MontaVista, Software, Inc.  This file is licensed under
  * the terms of the GNU General Public License version 2.  This program
@@ -49,7 +49,7 @@
 
 	/* Could snatch these from the CPC700.... */
 	pci_init_resource(&hose->io_resource,
-			  0x0, 
+			  0x0,
 			  0x03ffffff,
 			  IORESOURCE_IO,
 			  "PCI host bridge");
@@ -65,10 +65,10 @@
 	hose->mem_space.start = 0x90000000;
 	hose->mem_space.end = 0x9fffffff;
 	hose->io_base_virt = (void *) 0xf8000000;
-	
+
 	setup_indirect_pci(hose, CPC700_PCI_CONFIG_ADDR,
 			   CPC700_PCI_CONFIG_DATA);
-	
+
 	hose->last_busno = pciauto_bus_scan(hose, hose->first_busno);
 
 	ppc_md.pci_swizzle = common_swizzle;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)