drm: tweak header name
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 8 Feb 2019 06:02:58 +0000 (01:02 -0500)
committerArnd Bergmann <arnd@arndb.de>
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 <mst@redhat.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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>