diff options
| author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2024-08-14 18:35:53 +0800 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-08-29 10:38:18 +0200 |
| commit | c0bb40a2a401fed232d1e58e6a46d69a835fcf0a (patch) | |
| tree | 9bb650a6b1600462edc4c1ddf24d945ce569527a /arch/mips/include/asm | |
| parent | 9fd2ba4bf139bfe7781a24649d57133bd8af3624 (diff) | |
| download | linux-c0bb40a2a401fed232d1e58e6a46d69a835fcf0a.tar.gz linux-c0bb40a2a401fed232d1e58e6a46d69a835fcf0a.tar.bz2 linux-c0bb40a2a401fed232d1e58e6a46d69a835fcf0a.zip | |
MIPS: Remove unused function dump_au1000_dma_channel() in dma.c
The dump_au1000_dma_channel() has not been used since
commit d56b9b9c464a ("[PATCH] The scheduled removal of some OSS
drivers"), so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm')
| -rw-r--r-- | arch/mips/include/asm/mach-au1x00/au1000_dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/au1000_dma.h b/arch/mips/include/asm/mach-au1x00/au1000_dma.h index b82e513c8523..18c24051a1f2 100644 --- a/arch/mips/include/asm/mach-au1x00/au1000_dma.h +++ b/arch/mips/include/asm/mach-au1x00/au1000_dma.h @@ -124,7 +124,6 @@ extern int request_au1000_dma(int dev_id, extern void free_au1000_dma(unsigned int dmanr); extern int au1000_dma_read_proc(char *buf, char **start, off_t fpos, int length, int *eof, void *data); -extern void dump_au1000_dma_channel(unsigned int dmanr); extern spinlock_t au1000_dma_spin_lock; static inline struct dma_chan *get_dma_chan(unsigned int dmanr) |
