From: Gary King Date: Tue, 31 Aug 2010 22:22:24 +0000 (-0700) Subject: tegrafb: add forward-decls for structs used in function prototypes X-Git-Tag: firefly_0821_release~9833^2~185 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0fff39e0a4ed6275865b5ff72393ee44fc7b0584;p=firefly-linux-kernel-4.4.55.git tegrafb: add forward-decls for structs used in function prototypes Change-Id: Ief5f09f9340362197b01adeef28fbd42cd0a7a06 Signed-off-by: Gary King --- diff --git a/arch/arm/mach-tegra/include/mach/fb.h b/arch/arm/mach-tegra/include/mach/fb.h index f41a04929d9e..0c9577208a2c 100644 --- a/arch/arm/mach-tegra/include/mach/fb.h +++ b/arch/arm/mach-tegra/include/mach/fb.h @@ -22,6 +22,12 @@ #include +struct nvhost_device; +struct tegra_dc; +struct tegra_fb_data; +struct tegra_fb_info; +struct resource; + #ifdef CONFIG_FB_TEGRA struct tegra_fb_info *tegra_fb_register(struct nvhost_device *ndev, struct tegra_dc *dc,