summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include/mach/fb.h
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2010-08-11 15:55:49 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:35:03 -0800
commit68eab7f0f70e7816ba489bd3844984524082abae (patch)
treecfbd777ce44f799a3b4feaa3010d5184c45e4dd0 /arch/arm/mach-tegra/include/mach/fb.h
parent8884df284552c4543c24adcbd5991326411cb679 (diff)
video: tegra: checkpatch changes
Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/fb.h')
-rw-r--r--arch/arm/mach-tegra/include/mach/fb.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/include/mach/fb.h b/arch/arm/mach-tegra/include/mach/fb.h
index a8f4013de11c..9e5f7f8f0b2e 100644
--- a/arch/arm/mach-tegra/include/mach/fb.h
+++ b/arch/arm/mach-tegra/include/mach/fb.h
@@ -21,12 +21,17 @@
#define __MACH_TEGRA_FB_H
#ifdef CONFIG_FB_TEGRA
-struct tegra_fb_info *tegra_fb_register(struct platform_device *pdev, struct tegra_dc *dc,
- struct tegra_fb_data *fb_data, struct resource *fb_mem);
+struct tegra_fb_info *tegra_fb_register(struct platform_device *pdev,
+ struct tegra_dc *dc,
+ struct tegra_fb_data *fb_data,
+ struct resource *fb_mem);
void tegra_fb_unregister(struct tegra_fb_info *fb_info);
#else
-static inline struct tegra_fb_info *tegra_fb_register(struct platform_device *pdev, struct tegra_dc *dc,
- struct tegra_fb_data *fb_data, struct resource *fb_mem)
+static inline
+struct tegra_fb_info *tegra_fb_register(struct platform_device *pdev,
+ struct tegra_dc *dc,
+ struct tegra_fb_data *fb_data,
+ struct resource *fb_mem)
{
return NULL;
}