]> Git Repo - linux.git/commitdiff
drm: tweak header name
authorMichael S. Tsirkin <[email protected]>
Fri, 8 Feb 2019 06:02:58 +0000 (01:02 -0500)
committerArnd Bergmann <[email protected]>
Mon, 18 Feb 2019 16:49:30 +0000 (17:49 +0100)
Use linux/mman.h to make sure we get all mmap flags we need.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
include/drm/drmP.h

index bdb0d5548f39ede087a64e626f34b215834733d5..a3184416ddc50b075a1c3ee5ee182833c29a6184 100644 (file)
@@ -57,8 +57,7 @@
 #include <linux/workqueue.h>
 #include <linux/dma-fence.h>
 #include <linux/module.h>
-
-#include <asm/mman.h>
+#include <linux/mman.h>
 #include <asm/pgalloc.h>
 #include <linux/uaccess.h>
 
This page took 0.055209 seconds and 4 git commands to generate.