diff options
author | Tom Rix <trix@redhat.com> | 2023-03-20 19:49:06 -0400 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-03-31 17:57:49 +0530 |
commit | d77c4502d6238bbfed7cb9422748477839d506f2 (patch) | |
tree | 18d030dd015158caa1e0a151930b83e6b2e68cc5 /arch/sh/lib/ashrdi3.c | |
parent | 3366c6fe2769fe653107626b3273e03156d9cac8 (diff) |
dmaengine: dw-edma: remove unused readq_ch and writeq_ch functions
clang with W=1 reports
drivers/dma/dw-edma/dw-edma-v0-core.c:162:20: error:
unused function 'writeq_ch' [-Werror,-Wunused-function]
static inline void writeq_ch(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch,
^
drivers/dma/dw-edma/dw-edma-v0-core.c:185:19: error:
unused function 'readq_ch' [-Werror,-Wunused-function]
static inline u64 readq_ch(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch,
^
These functions and their wrapping macros are not used, so remove them.
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230320234906.1730308-1-trix@redhat.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'arch/sh/lib/ashrdi3.c')
0 files changed, 0 insertions, 0 deletions