gpu: host1x: Fix more sparse warnings
authorThierry Reding <treding@nvidia.com>
Fri, 8 Nov 2013 12:28:34 +0000 (13:28 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 19 Dec 2013 08:29:51 +0000 (09:29 +0100)
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 <treding@nvidia.com>
drivers/gpu/host1x/mipi.c

index 518b98d..9882ea1 100644 (file)
 
 #include <linux/clk.h>
 #include <linux/delay.h>
+#include <linux/host1x.h>
 #include <linux/io.h>
 #include <linux/of_platform.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 
+#include "dev.h"
+
 #define MIPI_CAL_CTRL                  0x00
 #define MIPI_CAL_CTRL_START            (1 << 0)