Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: arch/arm/mach-tegra/board-seaboard.h

Issue 6627032: CHROMIUM: Board file changes for Tegra camera (Closed)
Patch Set: Make sensor stub functions static inline. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « arch/arm/mach-tegra/board-kaen-sensors.c ('k') | arch/arm/mach-tegra/board-seaboard.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/board-seaboard.h
diff --git a/arch/arm/mach-tegra/board-seaboard.h b/arch/arm/mach-tegra/board-seaboard.h
index 06a563d9b438dfbff568342ef157d59b441f7d79..b41f455491d4584e689fee5a14663269e1550be9 100644
--- a/arch/arm/mach-tegra/board-seaboard.h
+++ b/arch/arm/mach-tegra/board-seaboard.h
@@ -51,5 +51,18 @@ int seaboard_panel_init(void);
void seaboard_sdhci_init(void);
int seaboard_power_init(void);
void seaboard_emc_init(void);
+int seaboard_sensors_init(void);
+
+#ifdef CONFIG_MACH_KAEN
+int kaen_sensors_init(void);
+#else
+static inline int kaen_sensors_init(void) { return 0; }
+#endif
+
+#ifdef CONFIG_MACH_AEBL
+int aebl_sensors_init(void);
+#else
+static inline int kaen_sensors_init(void) { return 0; }
+#endif
#endif
« no previous file with comments | « arch/arm/mach-tegra/board-kaen-sensors.c ('k') | arch/arm/mach-tegra/board-seaboard.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698