x86: use generic per-device dma coherent allocator
[pandora-kernel.git] / arch / mips / pci / fixup-atlas.c
index 45224fd..506e883 100644 (file)
@@ -77,12 +77,12 @@ int pcibios_plat_dev_init(struct pci_dev *dev)
  * code, but it is better than nothing...
  */
 
-static void atlas_saa9730_base_fixup (struct pci_dev *pdev)
+static void atlas_saa9730_base_fixup(struct pci_dev *pdev)
 {
        extern void *saa9730_base;
        if (pdev->bus == 0 && PCI_SLOT(pdev->devfn) == 19)
-               (void) pci_read_config_dword (pdev, 0x14, (u32 *)&saa9730_base);
-       printk ("saa9730_base = %x\n", saa9730_base);
+               (void) pci_read_config_dword(pdev, 0x14, (u32 *)&saa9730_base);
+       printk("saa9730_base = %x\n", saa9730_base);
 }
 
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_PHILIPS, PCI_DEVICE_ID_PHILIPS_SAA9730,