Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25780
b: refs/heads/master
c: 3cb8e1a
h: refs/heads/master
v: v3
  • Loading branch information
Mark M. Hoffman authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent 1d626bb commit 0666c0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac987c1f65cedd98d953e14ba219db2f8cc009d4
refs/heads/master: 3cb8e1a92ef7588d3acdecf493ddddd0dd71a709
8 changes: 0 additions & 8 deletions trunk/drivers/i2c/busses/i2c-sis96x.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@
#include <linux/init.h>
#include <asm/io.h>

/*
HISTORY:
2003-05-11 1.0.0 Updated from lm_sensors project for kernel 2.5
(was i2c-sis645.c from lm_sensors 2.7.0)
*/
#define SIS96x_VERSION "1.0.0"

/* base address register in PCI config space */
#define SIS96x_BAR 0x04

Expand Down Expand Up @@ -337,7 +330,6 @@ static struct pci_driver sis96x_driver = {

static int __init i2c_sis96x_init(void)
{
printk(KERN_INFO "i2c-sis96x version %s\n", SIS96x_VERSION);
return pci_register_driver(&sis96x_driver);
}

Expand Down

0 comments on commit 0666c0c

Please sign in to comment.