summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-03-14 09:20:00 +0000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-14 15:27:50 -0700
commit1be9ab056e94e23a307b8bfaacc38403b3b5a352 (patch)
treef5a864911f2966670b5a190c88e967ae4a6bf03c
parentb87496aa493a540b9c084b16b73f915705ebdbcc (diff)
downloadlinux-3.10-1be9ab056e94e23a307b8bfaacc38403b3b5a352.tar.gz
linux-3.10-1be9ab056e94e23a307b8bfaacc38403b3b5a352.tar.bz2
linux-3.10-1be9ab056e94e23a307b8bfaacc38403b3b5a352.zip
[PATCH] ANSIfy powerpc floppy.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--include/asm-powerpc/floppy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/floppy.h b/include/asm-powerpc/floppy.h
index a0f14eea1da..afa700ded87 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;