From 3bd47da0954d3486d9ccd3c396f84445918f82b4 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Wed, 22 Aug 2018 15:38:30 +0300 Subject: gpu: nvgpu: add missing timer includes Many files used declarations from timers.h implicitly via another header file(s). Add several #includes explicitly to their users. Jira NVGPU-967 Change-Id: I88b515061db87c69bd85e3655b74d0271a80d9bf Signed-off-by: Konsta Holtta Reviewed-on: https://git-master.nvidia.com/r/1804611 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/fb/fb_gm20b.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/common/fb/fb_gm20b.c') diff --git a/drivers/gpu/nvgpu/common/fb/fb_gm20b.c b/drivers/gpu/nvgpu/common/fb/fb_gm20b.c index 9927bbce..36ec21b1 100644 --- a/drivers/gpu/nvgpu/common/fb/fb_gm20b.c +++ b/drivers/gpu/nvgpu/common/fb/fb_gm20b.c @@ -31,6 +31,7 @@ #include "fb_gm20b.h" #include +#include #include #include -- cgit v1.2.2