From: Laurent Pinchart Date: Mon, 2 Dec 2013 20:16:20 +0000 (-0300) Subject: [media] mt9v032: Remove unused macro X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4d88550a9a370e6fe6733d5c9424c10f20c0580f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [media] mt9v032: Remove unused macro The EXT_CLK macro is unused, remove it. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- 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);