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:
Michael S. Tsirkin 2019-02-08 01:02:58 -05:00 committed by Arnd Bergmann
parent e844f2c110
commit 852661a869

View 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>