diff mbox

i2c: sis964: bus driver

Message ID CAPXEm70iiU-OQ4DbmBaPzk-WTxBLzvEPSTrRwcn073q9DFs08A@mail.gmail.com (mailing list archive)
State New, archived
Delegated to: Bjorn Helgaas
Headers show

Commit Message

Amaury Decrême July 18, 2012, 11:57 a.m. UTC
Hello,


For the v2 of this patch, I will remove the modifications on
include/linux/pci_ids.h

 include/linux/pci_ids.h             |    1 +


And will add this to drivers/i2c/busses/i2c-sis964.c directly as
i2c-sis964 will be the only file needing this define
+#define PCI_DEVICE_ID_SI_964           0x0964



Amaury Decrême
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index ab741b0..0ffc982 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -699,6 +699,7 @@ 
 #define PCI_DEVICE_ID_SI_961           0x0961
 #define PCI_DEVICE_ID_SI_962           0x0962
 #define PCI_DEVICE_ID_SI_963           0x0963
+#define PCI_DEVICE_ID_SI_964           0x0964
 #define PCI_DEVICE_ID_SI_965           0x0965
 #define PCI_DEVICE_ID_SI_966           0x0966
 #define PCI_DEVICE_ID_SI_968           0x0968