aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2023-07-26 17:09:14 +0200
committerGravatar Helge Deller <deller@gmx.de> 2023-08-03 14:40:37 +0200
commit2e1b1d7063a35ab6cf9984f9d5bc29829e1e8788 (patch)
tree33e1d792afa2ac324d59e276abbfd146c7d40642 /arch
parentparisc: pci-dma: remove unused and dead EISA code and comment (diff)
downloadlinux-2e1b1d7063a35ab6cf9984f9d5bc29829e1e8788.tar.gz
linux-2e1b1d7063a35ab6cf9984f9d5bc29829e1e8788.tar.bz2
linux-2e1b1d7063a35ab6cf9984f9d5bc29829e1e8788.zip
parport: gsc: remove DMA leftover code
This driver does not actually work with DMA mode, but still tries to call ISA DMA interface functions that are stubbed out on parisc, resulting in a W=1 build warning: drivers/parport/parport_gsc.c: In function 'parport_remove_chip': drivers/parport/parport_gsc.c:389:20: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] 389 | free_dma(p->dma); Remove the corresponding code as a prerequisite for turning on -Wempty-body by default in all kernels. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions