summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorLinus Torvalds2010-11-01 02:03:23 +0100
committerLinus Torvalds2010-11-01 02:03:23 +0100
commit50440c6dcccbf90ee3629407cb13ca09cab7d900 (patch)
tree6441432e78ec884863e5104ad4893e2a3dbe8059 /drivers/staging
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... (diff)
parenti2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllers (diff)
downloadkernel-qcow2-linux-50440c6dcccbf90ee3629407cb13ca09cab7d900.tar.gz
kernel-qcow2-linux-50440c6dcccbf90ee3629407cb13ca09cab7d900.tar.xz
kernel-qcow2-linux-50440c6dcccbf90ee3629407cb13ca09cab7d900.zip
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
* 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllers i2c-i801: Handle multiple instances instead of keeping global state i2c-i801: Add Intel Patsburg device ID i2c: Drop unused I2C_CLASS_TV flags
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/tm6000/tm6000-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/tm6000-i2c.c b/drivers/staging/tm6000/tm6000-i2c.c
index 3e46866dd279..93f625fc852b 100644
--- a/drivers/staging/tm6000/tm6000-i2c.c
+++ b/drivers/staging/tm6000/tm6000-i2c.c
@@ -320,7 +320,6 @@ static struct i2c_algorithm tm6000_algo = {
static struct i2c_adapter tm6000_adap_template = {
.owner = THIS_MODULE,
- .class = I2C_CLASS_TV_ANALOG | I2C_CLASS_TV_DIGITAL,
.name = "tm6000",
.algo = &tm6000_algo,
};