UPSTREAM: usb: dwc3: omap: use request_threaded_irq()
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / sis5595.c
index 9ec7d2e2542cdb5c4078c8e056aa46e2dd39c95e..45a028fb88517619c19b1f9b5fe6350f3f2b93ca 100644 (file)
@@ -6,7 +6,7 @@
  *                          Kyösti Mälkki <kmalkki@cc.hut.fi>, and
  *                          Mark D. Studebaker <mdsxyz123@yahoo.com>
  * Ported to Linux 2.6 by Aurelien Jarno <aurelien@aurel32.net> with
- * the help of Jean Delvare <khali@linux-fr.org>
+ * the help of Jean Delvare <jdelvare@suse.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -215,7 +215,6 @@ static void sis5595_init_device(struct sis5595_data *data);
 
 static struct platform_driver sis5595_driver = {
        .driver = {
-               .owner  = THIS_MODULE,
                .name   = "sis5595",
        },
        .probe          = sis5595_probe,
@@ -754,7 +753,7 @@ static struct sis5595_data *sis5595_update_device(struct device *dev)
        return data;
 }
 
-static DEFINE_PCI_DEVICE_TABLE(sis5595_pci_ids) = {
+static const struct pci_device_id sis5595_pci_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) },
        { 0, }
 };