drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()
[linux-2.6-microblaze.git] / drivers / scsi / aic7xxx / aic79xx_osm_pci.c
index 07b670b..b92e2e3 100644 (file)
@@ -45,8 +45,8 @@
 
 /* Define the macro locally since it's different for different class of chips.
  */
-#define ID(x)            \
-       ID2C(x),         \
+#define ID(x)           \
+       ID2C(x),         \
        ID2C(IDIROC(x))
 
 static const struct pci_device_id ahd_linux_pci_id_table[] = {
@@ -367,7 +367,7 @@ ahd_pci_map_int(struct ahd_softc *ahd)
                            IRQF_SHARED, "aic79xx", ahd);
        if (!error)
                ahd->platform_data->irq = ahd->dev_softc->irq;
-       
+
        return (-error);
 }