diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-29 08:41:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:14:00 -0300 |
commit | ecfceef742b816a5c8541a7d58fe215c38d4d859 (patch) | |
tree | 3f4036c0977321bf0cf3817882420bba8d44e2bb | |
parent | 2d5b5a4733b7e32188baa250fbbc4ae11f5e6f69 (diff) |
V4L/DVB (8143): Fix compilation for mt9v022
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/mt9v022.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/mt9v022.c b/drivers/media/video/mt9v022.c index 1658fe59039..b31ba4e0932 100644 --- a/drivers/media/video/mt9v022.c +++ b/drivers/media/video/mt9v022.c @@ -815,7 +815,6 @@ static int mt9v022_remove(struct i2c_client *client) return 0; } - static const struct i2c_device_id mt9v022_id[] = { { "mt9v022", 0 }, { } |