Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1be9ab05 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] ANSIfy powerpc floppy.h

parent b87496aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;