Skip to content

Commit d072aac

Browse files
committed
fixup! drivers: media: pci: Add wrapper after removal of follow_pfn
1 parent 492a8f1 commit d072aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/pci/hailo/vdma/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
#include "memory.h"
99
#include "utils/compact.h"
1010

11+
#include <linux/highmem-internal.h>
1112
#include <linux/slab.h>
1213
#include <linux/scatterlist.h>
1314
#include <linux/sched.h>
1415

15-
1616
#define SGL_MAX_SEGMENT_SIZE (0x10000)
1717
// See linux/mm.h
1818
#define MMIO_AND_NO_PAGES_VMA_MASK (VM_IO | VM_PFNMAP)

0 commit comments

Comments
 (0)