diff options
| -rw-r--r-- | drivers/i2c/busses/i2c-sis96x.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/i2c/busses/i2c-sis96x.c b/drivers/i2c/busses/i2c-sis96x.c index 3024907cdafe..1a73c0532fc7 100644 --- a/drivers/i2c/busses/i2c-sis96x.c +++ b/drivers/i2c/busses/i2c-sis96x.c | |||
| @@ -43,13 +43,6 @@ | |||
| 43 | #include <linux/init.h> | 43 | #include <linux/init.h> |
| 44 | #include <asm/io.h> | 44 | #include <asm/io.h> |
| 45 | 45 | ||
| 46 | /* | ||
| 47 | HISTORY: | ||
| 48 | 2003-05-11 1.0.0 Updated from lm_sensors project for kernel 2.5 | ||
| 49 | (was i2c-sis645.c from lm_sensors 2.7.0) | ||
| 50 | */ | ||
| 51 | #define SIS96x_VERSION "1.0.0" | ||
| 52 | |||
| 53 | /* base address register in PCI config space */ | 46 | /* base address register in PCI config space */ |
| 54 | #define SIS96x_BAR 0x04 | 47 | #define SIS96x_BAR 0x04 |
| 55 | 48 | ||
| @@ -337,7 +330,6 @@ static struct pci_driver sis96x_driver = { | |||
| 337 | 330 | ||
| 338 | static int __init i2c_sis96x_init(void) | 331 | static int __init i2c_sis96x_init(void) |
| 339 | { | 332 | { |
| 340 | printk(KERN_INFO "i2c-sis96x version %s\n", SIS96x_VERSION); | ||
| 341 | return pci_register_driver(&sis96x_driver); | 333 | return pci_register_driver(&sis96x_driver); |
| 342 | } | 334 | } |
| 343 | 335 | ||
