i2c i2c-amd8111.c: change the pci driver name to have "2" in it based on previous comments.
drivers/i2c/busses/i2c-amd8111.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/i2c/busses/i2c-amd8111.c b/drivers/i2c/busses/i2c-amd8111.c
--- a/drivers/i2c/busses/i2c-amd8111.c Thu Mar 20 12:53:26 2003
+++ b/drivers/i2c/busses/i2c-amd8111.c Thu Mar 20 12:53:26 2003
@@ -392,7 +392,7 @@
}
static struct pci_driver amd8111_driver = {
- .name = "amd8111 smbus",
+ .name = "amd8111 smbus 2",
.id_table = amd8111_ids,
.probe = amd8111_probe,
.remove = __devexit_p(amd8111_remove),
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/