media: exynos-gsc: remove unused improper CONFIG definition
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 23 Nov 2023 10:38:08 +0000 (11:38 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 7 Dec 2023 07:31:14 +0000 (08:31 +0100)
Defines prefixed with "CONFIG" should be limited to proper Kconfig options,
that are introduced in a Kconfig file.

In the driver code, there is a define for CONFIG_VB2_GSC_DMA_CONTIG, but
this is not used anywhere in the code.

Just remove this unused definition.

No functional change.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/samsung/exynos-gsc/gsc-core.h

index 1ea5fa1bf3c849f50f2f0aaa292b9ce94db35ae4..b9777e07fb6d14f8e9a97ee593a09a412326f157 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "gsc-regs.h"
 
-#define CONFIG_VB2_GSC_DMA_CONTIG      1
 #define GSC_MODULE_NAME                        "exynos-gsc"
 
 #define GSC_SHUTDOWN_TIMEOUT           ((100*HZ)/1000)