Skip to content

Commit 21e9f05

Browse files
authored
Merge pull request #1 from rndhro/pda_kernel-4.2+
uio_pci_dma.c: support for kernels >4.1
2 parents bf452cb + 92386a6 commit 21e9f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/linux_uio/uio_pci_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#include <linux/sched.h>
5252
#include <linux/smp.h>
5353
#include <asm/cacheflush.h>
54-
54+
#include <linux/vmalloc.h>
5555

5656

5757
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)