From 0fff39e0a4ed6275865b5ff72393ee44fc7b0584 Mon Sep 17 00:00:00 2001 From: Gary King Date: Tue, 31 Aug 2010 15:22:24 -0700 Subject: [PATCH] tegrafb: add forward-decls for structs used in function prototypes Change-Id: Ief5f09f9340362197b01adeef28fbd42cd0a7a06 Signed-off-by: Gary King --- arch/arm/mach-tegra/include/mach/fb.h | 6 ++++++ 1 file changed, 6 insertions(+) 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, -- 2.34.1