Chromium Code Reviews| 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..7a286c029259dfd270888a5b7874e63302e5795d 100644 |
| --- a/arch/arm/mach-tegra/board-seaboard.h |
| +++ b/arch/arm/mach-tegra/board-seaboard.h |
| @@ -51,5 +51,8 @@ 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); |
| +int kaen_sensors_init(void); |
| +int aebl_sensors_init(void); |
|
Olof Johansson
2011/03/28 22:41:44
Since the -sensors file only builds when the board
|
| #endif |