diff options
| author | Mark M. Hoffman <mhoffman@lightlink.com> | 2006-03-23 10:49:34 -0500 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-04-14 14:18:34 -0400 | 
| commit | 3cb8e1a92ef7588d3acdecf493ddddd0dd71a709 (patch) | |
| tree | cd6a3a225bd9458a74e2d8de3b56a0c24de3b5fb | |
| parent | ac987c1f65cedd98d953e14ba219db2f8cc009d4 (diff) | |
[PATCH] i2c-sis96x: Remove an init-time log message
This patch removes an init-time kernel log message.
http://marc.theaimsgroup.com/?l=linux-kernel&m=114232987208628&w=3
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -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 | ||
