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)
commit9f0f0013d3d9395d535d91c623ecb0e82ce4c020
tree230cccd4480e5d10b34567a9f43df6b1a41a2cab
parent52e1fc9aa8282d783f6cfedd79b79db98259900c
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>
drivers/media/platform/samsung/exynos-gsc/gsc-core.h