Skip to content

Commit 852661a

Browse files
mstsirkinarndb
authored andcommitted
drm: tweak header name
Use linux/mman.h to make sure we get all mmap flags we need. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent e844f2c commit 852661a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/drm/drmP.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
#include <linux/workqueue.h>
5858
#include <linux/dma-fence.h>
5959
#include <linux/module.h>
60-
61-
#include <asm/mman.h>
60+
#include <linux/mman.h>
6261
#include <asm/pgalloc.h>
6362
#include <linux/uaccess.h>
6463

0 commit comments

Comments
 (0)