]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i2c: ismt: remove duplicate const
authorWolfram Sang <wsa@the-dreams.de>
Fri, 22 Mar 2013 10:10:53 +0000 (11:10 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 24 Mar 2013 09:30:56 +0000 (10:30 +0100)
(SMATCH) drivers/i2c/busses/i2c-ismt.c:186:14: warning: duplicate const

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-ismt.c

index 130f02cc9d94a233eacce7857214d34278141939..cd82eb44e4c436a68a9b51ad99e8778a83a7dd56 100644 (file)
@@ -183,7 +183,7 @@ struct ismt_priv {
 /**
  * ismt_ids - PCI device IDs supported by this driver
  */
-static const DEFINE_PCI_DEVICE_TABLE(ismt_ids) = {
+static DEFINE_PCI_DEVICE_TABLE(ismt_ids) = {
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_S1200_SMT0) },
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_S1200_SMT1) },
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_AVOTON_SMT) },