From: Al Viro Date: Wed, 14 Mar 2007 09:20:00 +0000 (+0000) Subject: [PATCH] ANSIfy powerpc floppy.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1be9ab056e94e23a307b8bfaacc38403b3b5a352;p=linux-beck.git [PATCH] ANSIfy powerpc floppy.h Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/include/asm-powerpc/floppy.h b/include/asm-powerpc/floppy.h index a0f14eea1da5..afa700ded877 100644 --- a/include/asm-powerpc/floppy.h +++ b/include/asm-powerpc/floppy.h @@ -178,7 +178,7 @@ static struct fd_dma_ops virt_dma_ops = ._dma_setup = vdma_dma_setup }; -static int fd_request_dma() +static int fd_request_dma(void) { if (can_use_virtual_dma & 1) { fd_ops = &virt_dma_ops;