diff options
| author | Dillon Min <[email protected]> | 2021-11-07 14:41:44 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2021-11-15 08:12:05 +0000 |
| commit | 147907e9322406beb5d0da7fd9ff4e789fc38b9f (patch) | |
| tree | 294d66e6c5d07140ce4ceb02c46ff5824aa3783b /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | af6d1bde395cac174ee71adcd3fa43f6435c7206 (diff) | |
media: stm32-dma2d: fix compile errors when W=1
remove unused functions to avoid compile errors when W=1.
>> drivers/media/platform/stm32/dma2d/dma2d-hw.c:29:20:
error: unused function 'reg_set' [-Werror,-Wunused-function]
static inline void reg_set(void __iomem *base, u32 reg, u32 mask)
>> drivers/media/platform/stm32/dma2d/dma2d-hw.c:34:20:
error: unused function 'reg_clear' [-Werror,-Wunused-function]
static inline void reg_clear(void __iomem *base, u32 reg, u32 mask)
Fixes: bff6e3e2f4c9 ("media: stm32-dma2d: STM32 DMA2D driver")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Dillon Min <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions