vserver 1.9.3
[linux-2.6.git] / arch / m68k / kernel / bios32.c
index b3aed9d..738531c 100644 (file)
@@ -46,7 +46,7 @@
 
 #define ALIGN(val,align)       (((val) + ((align) - 1)) & ~((align) - 1))
 
-#define MAX(val1, val2)        (((val1) > (val2)) ? val1 : val2)
+#define MAX(val1, val2)                (((val1) > (val2)) ? val1 : val2)
 
 /*
  * Offsets relative to the I/O and memory base addresses from where resources
@@ -77,11 +77,6 @@ static int disable_pci_burst;                /* If set do not allow PCI bursts. */
 static unsigned int io_base;
 static unsigned int mem_base;
 
-struct pci_fixup pcibios_fixups[] =
-{
-       { 0 }
-};
-
 /*
  * static void disable_dev(struct pci_dev *dev)
  *