[Midnightbsd-cvs] src [7228] trunk/sys/dev/ata/chipsets/ata-ite.c: remove const for ite

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 11 20:12:04 EDT 2015


Revision: 7228
          http://svnweb.midnightbsd.org/src/?rev=7228
Author:   laffer1
Date:     2015-08-11 20:12:03 -0400 (Tue, 11 Aug 2015)
Log Message:
-----------
remove const for ite

Modified Paths:
--------------
    trunk/sys/dev/ata/chipsets/ata-ite.c

Modified: trunk/sys/dev/ata/chipsets/ata-ite.c
===================================================================
--- trunk/sys/dev/ata/chipsets/ata-ite.c	2015-08-12 00:11:41 UTC (rev 7227)
+++ trunk/sys/dev/ata/chipsets/ata-ite.c	2015-08-12 00:12:03 UTC (rev 7228)
@@ -64,7 +64,7 @@
 ata_ite_probe(device_t dev)
 {
     struct ata_pci_controller *ctlr = device_get_softc(dev);
-    static const struct ata_chip_id const ids[] =
+    static const struct ata_chip_id ids[] =
     {{ ATA_IT8213F, 0x00, 0x00, 0x00, ATA_UDMA6, "IT8213F" },
      { ATA_IT8212F, 0x00, 0x00, 0x00, ATA_UDMA6, "IT8212F" },
      { ATA_IT8211F, 0x00, 0x00, 0x00, ATA_UDMA6, "IT8211F" },



More information about the Midnightbsd-cvs mailing list