mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
e844f2c110
commit
852661a869
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue