From aef03d3fa5eda2a94a64e893bc44f89a4e8f02c1 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 8 Nov 2013 13:28:34 +0100 Subject: [PATCH] gpu: host1x: Fix more sparse warnings Include the linux/host1x.h and dev.h headers so that function prototypes are visible to keep sparse from suggesting that their implementations be made static. Signed-off-by: Thierry Reding --- drivers/gpu/host1x/mipi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/host1x/mipi.c b/drivers/gpu/host1x/mipi.c index 518b98d..9882ea1 100644 --- a/drivers/gpu/host1x/mipi.c +++ b/drivers/gpu/host1x/mipi.c @@ -22,11 +22,14 @@ #include #include +#include #include #include #include #include +#include "dev.h" + #define MIPI_CAL_CTRL 0x00 #define MIPI_CAL_CTRL_START (1 << 0) -- 2.7.4