projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e844f2c
)
drm: tweak header name
author
Michael S. Tsirkin
<mst@redhat.com>
Fri, 8 Feb 2019 06:02:58 +0000
(
01:02
-0500)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/include/drm/drmP.h
b/include/drm/drmP.h
index bdb0d5548f39ede087a64e626f34b215834733d5..a3184416ddc50b075a1c3ee5ee182833c29a6184 100644
(file)
--- a/
include/drm/drmP.h
+++ b/
include/drm/drmP.h
@@
-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>