aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7164
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2009-09-17 14:05:38 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-18 23:16:14 -0400
commitc9230457a98f33fe3658fd0bd9b9ceffdd97b63b (patch)
treeb7677367e92fc582673a5153fb4773e0059d219c /drivers/media/video/saa7164
parent3b501de58bf4cd16563d1acec43a11c7cd1517fe (diff)
V4L/DVB (12974): SAA7164: Remove the SAA7164 bus id, no longer required.
SAA7164: Remove the SAA7164 bus id, no longer required. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164')
-rw-r--r--drivers/media/video/saa7164/saa7164-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa7164/saa7164-i2c.c b/drivers/media/video/saa7164/saa7164-i2c.c
index 4c431b4ac8db..8198e6833f75 100644
--- a/drivers/media/video/saa7164/saa7164-i2c.c
+++ b/drivers/media/video/saa7164/saa7164-i2c.c
@@ -116,7 +116,6 @@ static struct i2c_algorithm saa7164_i2c_algo_template = {
116static struct i2c_adapter saa7164_i2c_adap_template = { 116static struct i2c_adapter saa7164_i2c_adap_template = {
117 .name = "saa7164", 117 .name = "saa7164",
118 .owner = THIS_MODULE, 118 .owner = THIS_MODULE,
119 .id = I2C_HW_B_SAA7164,
120 .algo = &saa7164_i2c_algo_template, 119 .algo = &saa7164_i2c_algo_template,
121 .client_register = attach_inform, 120 .client_register = attach_inform,
122 .client_unregister = detach_inform, 121 .client_unregister = detach_inform,