summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-common.h
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2013-01-17 11:44:26 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:51:10 -0700
commitbcdf3d9215d476626c1798a58e99e0fb5103416e (patch)
tree01f87a5744a4ade265b831fdaa78043ec1d4fa79 /arch/arm/mach-tegra/board-common.h
parent54d165536e4da85816c90aeb2802ad7b3cf77fc9 (diff)
arm: tegra: edp changes due to thermal_trip_info use in driver
Bug 1200075 Change-Id: I96b01b1caa468c0d376e79b416aeb329e1cb0390 Signed-off-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-on: http://git-master/r/190820 (cherry picked from commit bedff5775d6dab5870a777a1b5a1abfc9e23b033) Reviewed-on: http://git-master/r/193896 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'arch/arm/mach-tegra/board-common.h')
-rw-r--r--arch/arm/mach-tegra/board-common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-common.h b/arch/arm/mach-tegra/board-common.h
index 760f923b405a..408552e786be 100644
--- a/arch/arm/mach-tegra/board-common.h
+++ b/arch/arm/mach-tegra/board-common.h
@@ -1,7 +1,7 @@
/*
* board-common.h: Common function API declaration for all board files.
*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,11 +21,11 @@
#ifndef __MACH_TEGRA_BOARD_COMMON_H
#define __MACH_TEGRA_BOARD_COMMON_H
-#include <linux/nct1008.h>
-#include <mach/thermal.h>
+#include <linux/thermal.h>
+#include <linux/platform_data/thermal_sensors.h>
extern struct platform_device *uart_console_debug_device;
int uart_console_debug_init(int defaul_debug_port);
int tegra_vibrator_init(void);
-void tegra_add_cdev_trips(struct nct_trip_temp *trips, int *num_trips);
+void tegra_add_cdev_trips(struct thermal_trip_info *trips, int *num_trips);
#endif