Skip to content
Snippets Groups Projects
Commit 80bb8d98 authored by Qiang Yu's avatar Qiang Yu
Browse files

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
No related branches found
No related tags found
No related merge requests found
// SPDX-License-Identifier: GPL-2.0 OR MIT // SPDX-License-Identifier: GPL-2.0 OR MIT
/* Copyright 2017-2019 Qiang Yu <yuq825@gmail.com> */ /* Copyright 2017-2019 Qiang Yu <yuq825@gmail.com> */
#include <linux/mm.h>
#include <linux/sync_file.h> #include <linux/sync_file.h>
#include <linux/pfn_t.h> #include <linux/pfn_t.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment