mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 02:56:15 +07:00
[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>
This commit is contained in:
parent
bea7791529
commit
4d88550a9a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user