diff options
author | Som Qin <som.qin@starfivetech.com> | 2023-08-07 15:21:30 +0800 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2023-10-05 18:26:47 +0900 |
commit | 558180255bc2e49ee39b722bf778397c6bdd31a4 (patch) | |
tree | 2c541be9f48c56a65d3e8434307142fa94d54a01 | |
parent | 976e12158ed88fa74dd92a1d70a38be62484ff1c (diff) | |
download | linux-starfive-558180255bc2e49ee39b722bf778397c6bdd31a4.tar.gz linux-starfive-558180255bc2e49ee39b722bf778397c6bdd31a4.tar.bz2 linux-starfive-558180255bc2e49ee39b722bf778397c6bdd31a4.zip |
Media:Wave5: Fix driver compile warning
Signed-off-by: Som Qin <som.qin@starfivetech.com>
[sw0312.kim: cherry-pick the commit 5d74ac40d250 from https://github.com/starfive-tech/linux/tree/JH7110_VisionFive2_6.1.y_devel]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Change-Id: If42384286243423071abcd9ab2107c0507bdc4e8
-rw-r--r-- | drivers/media/platform/chips-media/wave5/wave5-vdi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/chips-media/wave5/wave5-vdi.c b/drivers/media/platform/chips-media/wave5/wave5-vdi.c index e2b7dab60bed..4a0e4b80b2de 100644 --- a/drivers/media/platform/chips-media/wave5/wave5-vdi.c +++ b/drivers/media/platform/chips-media/wave5/wave5-vdi.c @@ -14,7 +14,6 @@ #include <soc/sifive/sifive_l2_cache.h> #endif -#define VDI_SRAM_BASE_ADDR 0x00 #define VDI_SYSTEM_ENDIAN VDI_LITTLE_ENDIAN #define VDI_128BIT_BUS_SYSTEM_ENDIAN VDI_128BIT_LITTLE_ENDIAN |