]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/scsi/ata_piix.c
Input: uinput - don't use "interruptible" in FF code
[mv-sheeva.git] / drivers / scsi / ata_piix.c
index a1bd8d95623ca6483e9a7bc700d66398091cce47..333d69dd84ef5ad0febfefeb07a30e7153288a72 100644 (file)
@@ -50,7 +50,7 @@
 #include <linux/libata.h>
 
 #define DRV_NAME       "ata_piix"
-#define DRV_VERSION    "1.04"
+#define DRV_VERSION    "1.05"
 
 enum {
        PIIX_IOCFG              = 0x54, /* IDE I/O configuration register */
@@ -95,7 +95,7 @@ static void piix_set_dmamode (struct ata_port *ap, struct ata_device *adev);
 
 static unsigned int in_module_init = 1;
 
-static struct pci_device_id piix_pci_tbl[] = {
+static const struct pci_device_id piix_pci_tbl[] = {
 #ifdef ATA_ENABLE_PATA
        { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata },
        { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },