Skip to content

Commit

Permalink
[media] mt9v032: Remove unused macro
Browse files Browse the repository at this point in the history
The EXT_CLK macro is unused, remove it.

Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
pinchartl authored and mchehab committed Dec 11, 2013
1 parent bea7791 commit 4d88550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/i2c/mt9v032.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4d88550

Please sign in to comment.