Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 852661a8 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Arnd Bergmann
Browse files

drm: tweak header name



Use linux/mman.h to make sure we get all mmap flags we need.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e844f2c1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>