diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2021-04-13 13:57:26 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-08 16:42:45 +0300 |
commit | 2672a9397221d6ded067a205211897f3e3d712dc (patch) | |
tree | 7b71c332a717e4d4ca87d85acbdae08e5cf2c815 | |
parent | debfa496871c181b658def0f2b200302bd9b1216 (diff) | |
download | linux-2672a9397221d6ded067a205211897f3e3d712dc.tar.xz |
media: atmel: atmel-isc-sama5d2: remove duplicate define
Remove a duplicate definition of clock max divider
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r-- | drivers/media/platform/atmel/atmel-sama5d2-isc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/atmel/atmel-sama5d2-isc.c b/drivers/media/platform/atmel/atmel-sama5d2-isc.c index 8579f27800ae..925aa80a139b 100644 --- a/drivers/media/platform/atmel/atmel-sama5d2-isc.c +++ b/drivers/media/platform/atmel/atmel-sama5d2-isc.c @@ -52,8 +52,6 @@ #define ISC_SAMA5D2_MAX_SUPPORT_WIDTH 2592 #define ISC_SAMA5D2_MAX_SUPPORT_HEIGHT 1944 -#define ISC_CLK_MAX_DIV 255 - #define ISC_SAMA5D2_PIPELINE \ (WB_ENABLE | CFA_ENABLE | CC_ENABLE | GAM_ENABLES | CSC_ENABLE | \ CBC_ENABLE | SUB422_ENABLE | SUB420_ENABLE) |