]> err.no Git - linux-2.6/blobdiff - drivers/scsi/aic7xxx/aic79xx_osm_pci.c
backlight: add more information output to pwm_backlight
[linux-2.6] / drivers / scsi / aic7xxx / aic79xx_osm_pci.c
index 9e0d7bdc889e57d509e65ee84503828e759aa817..6593056867f6d33b9ac472b49f19ff56d9dcd96f 100644 (file)
@@ -49,7 +49,7 @@
        ID2C(x),         \
        ID2C(IDIROC(x))
 
-static struct pci_device_id ahd_linux_pci_id_table[] = {
+static const struct pci_device_id ahd_linux_pci_id_table[] = {
        /* aic7901 based controllers */
        ID(ID_AHA_29320A),
        ID(ID_AHA_29320ALP),
@@ -159,7 +159,7 @@ ahd_linux_pci_dev_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
        char             buf[80];
        struct           ahd_softc *ahd;
        ahd_dev_softc_t  pci;
-       struct           ahd_pci_identity *entry;
+       const struct ahd_pci_identity *entry;
        char            *name;
        int              error;
        struct device   *dev = &pdev->dev;