| 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
|
|
|