diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-12-02 17:16:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-11 09:13:46 -0200 |
commit | 4d88550a9a370e6fe6733d5c9424c10f20c0580f (patch) | |
tree | a98206098636005a878beac073a3d2a6fadf4561 /drivers/media/i2c/mt9v032.c | |
parent | bea7791529375230261c24a2c249e58b7111e885 (diff) | |
download | linux-4d88550a9a370e6fe6733d5c9424c10f20c0580f.tar.gz linux-4d88550a9a370e6fe6733d5c9424c10f20c0580f.tar.bz2 linux-4d88550a9a370e6fe6733d5c9424c10f20c0580f.zip |
[media] mt9v032: Remove unused macro
The EXT_CLK macro is unused, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/mt9v032.c')
-rw-r--r-- | drivers/media/i2c/mt9v032.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/i2c/mt9v032.c b/drivers/media/i2c/mt9v032.c index 2c50effaa334..205582030735 100644 --- a/drivers/media/i2c/mt9v032.c +++ b/drivers/media/i2c/mt9v032.c @@ -215,8 +215,6 @@ mt9v032_update_hblank(struct mt9v032 *mt9v032) max_t(s32, mt9v032->hblank, 660 - crop->width)); } -#define EXT_CLK 25000000 - static int mt9v032_power_on(struct mt9v032 *mt9v032) { struct i2c_client *client = v4l2_get_subdevdata(&mt9v032->subdev); |