tegrafb: add forward-decls for structs used in function prototypes
authorGary King <gking@nvidia.com>
Tue, 31 Aug 2010 22:22:24 +0000 (15:22 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:29:04 +0000 (16:29 -0700)
Change-Id: Ief5f09f9340362197b01adeef28fbd42cd0a7a06
Signed-off-by: Gary King <gking@nvidia.com>
arch/arm/mach-tegra/include/mach/fb.h

index f41a04929d9ef55129b25ec93e16843f68759d04..0c9577208a2c431633429e8fc416b84e8f471781 100644 (file)
 
 #include <linux/fb.h>
 
+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,