Commit 80bb8d98 authored by Qiang Yu's avatar Qiang Yu

drm/lima: include used header file explicitly

To prevent build fail on some platform which does
not have it in the include file chain.
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Suggested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Fixes: a1d2a633 ("drm/lima: driver for ARM Mali4xx GPUs")
Signed-off-by: default avatarQiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190409003617.4470-2-yuq825@gmail.com
parent 2b5440bc
// SPDX-License-Identifier: GPL-2.0 OR MIT
/* Copyright 2017-2019 Qiang Yu <yuq825@gmail.com> */
#include <linux/mm.h>
#include <linux/sync_file.h>
#include <linux/pfn_t.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment