summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2023-11-23 13:38:08 +0300
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2023-12-07 10:31:14 +0300
commit9f0f0013d3d9395d535d91c623ecb0e82ce4c020 (patch)
tree230cccd4480e5d10b34567a9f43df6b1a41a2cab /drivers/media
parent52e1fc9aa8282d783f6cfedd79b79db98259900c (diff)
downloadlinux-9f0f0013d3d9395d535d91c623ecb0e82ce4c020.tar.xz
media: exynos-gsc: remove unused improper CONFIG definition
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>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/samsung/exynos-gsc/gsc-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/samsung/exynos-gsc/gsc-core.h b/drivers/media/platform/samsung/exynos-gsc/gsc-core.h
index 1ea5fa1bf3c8..b9777e07fb6d 100644
--- a/drivers/media/platform/samsung/exynos-gsc/gsc-core.h
+++ b/drivers/media/platform/samsung/exynos-gsc/gsc-core.h
@@ -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)