patch-2.4.22 linux-2.4.22/arch/mips/galileo-boards/ev96100/pci_fixups.c

Next file: linux-2.4.22/arch/mips/galileo-boards/ev96100/pci_ops.c
Previous file: linux-2.4.22/arch/mips/galileo-boards/ev96100/irq.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/galileo-boards/ev96100/pci_fixups.c linux-2.4.22/arch/mips/galileo-boards/ev96100/pci_fixups.c
@@ -27,18 +27,13 @@
  *  with this program; if not, write  to the Free Software Foundation, Inc.,
  *  675 Mass Ave, Cambridge, MA 02139, USA.
  */
-#include <linux/config.h>
-
-#ifdef CONFIG_PCI
-
 #include <linux/types.h>
 #include <linux/pci.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/pci_ids.h>
 
-#include <asm/gt64120.h>
-#include <asm/galileo-boards/ev96100.h>
+#include <asm/gt64120/gt64120.h>
 
 extern unsigned short get_gt_devid(void);
 
@@ -93,4 +88,3 @@
 {
 	return 0;
 }
-#endif

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