From: Michael S. Tsirkin Date: Fri, 8 Feb 2019 06:02:58 +0000 (-0500) Subject: drm: tweak header name X-Git-Tag: v5.1-rc1~159^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=852661a8691fd1f974b61eaa317d2620198f7c76;p=linux-2.6-block.git drm: tweak header name Use linux/mman.h to make sure we get all mmap flags we need. Signed-off-by: Michael S. Tsirkin Signed-off-by: Arnd Bergmann --- diff --git a/include/drm/drmP.h b/include/drm/drmP.h index bdb0d5548f39..a3184416ddc5 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -57,8 +57,7 @@ #include #include #include - -#include +#include #include #include