From e18c91ec957dffc8c3c6f246ef7add754e593e56 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Thu, 17 Sep 2009 14:05:38 -0400 Subject: SAA7164: Remove the SAA7164 bus id, no longer required. From: Steven Toth SAA7164: Remove the SAA7164 bus id, no longer required. Priority: normal Signed-off-by: Steven Toth --- linux/drivers/media/video/saa7164/saa7164-i2c.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/video/saa7164/saa7164-i2c.c b/linux/drivers/media/video/saa7164/saa7164-i2c.c index b4c3ba164..44eddc45d 100644 --- a/linux/drivers/media/video/saa7164/saa7164-i2c.c +++ b/linux/drivers/media/video/saa7164/saa7164-i2c.c @@ -148,7 +148,6 @@ static struct i2c_algorithm saa7164_i2c_algo_template = { static struct i2c_adapter saa7164_i2c_adap_template = { .name = "saa7164", .owner = THIS_MODULE, - .id = I2C_HW_B_SAA7164, .algo = &saa7164_i2c_algo_template, .client_register = attach_inform, .client_unregister = detach_inform, -- cgit v1.2.3