diff options
author | Tom Rix <trix@redhat.com> | 2023-03-21 02:12:09 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-03-31 15:27:49 +0300 |
commit | 3366c6fe2769fe653107626b3273e03156d9cac8 (patch) | |
tree | e072dcda919640ea3d4e2e7feb9f3ea45907ce9b /scripts/lib/kdoc/kdoc_files.py | |
parent | e9f92b9999055110249dacdc5f1a6dfda2a155f6 (diff) | |
download | linux-3366c6fe2769fe653107626b3273e03156d9cac8.tar.xz |
dmaengine: ti: edma: remove unused edma_and function
clang with W=1 reports
drivers/dma/ti/edma.c:321:20: error: unused function
'edma_and' [-Werror,-Wunused-function]
static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and)
^
This function is not used, so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230320231209.1728940-1-trix@redhat.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions