Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ANSIfy powerpc floppy.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
1be9ab05 b87496aa

+1 -1
+1 -1
include/asm-powerpc/floppy.h
··· 178 178 ._dma_setup = vdma_dma_setup 179 179 }; 180 180 181 - static int fd_request_dma() 181 + static int fd_request_dma(void) 182 182 { 183 183 if (can_use_virtual_dma & 1) { 184 184 fd_ops = &virt_dma_ops;