diff options
| author | Joshua Primero <jprimero@nvidia.com> | 2012-08-28 17:42:40 -0400 |
|---|---|---|
| committer | Nicolin Chen <nicolinc@nvidia.com> | 2017-08-11 15:14:13 -0400 |
| commit | 01a5ab95d4dfb8bbd409dd734ee277b6f19ef5fa (patch) | |
| tree | 50bc84eb5885e822117fe0b598fb073e92f6c6ed /include/linux | |
| parent | f8a5e858da638b545d4658a9a9b48c369eb9afaf (diff) | |
ARM: tegra: thermal: Removed int sensor register
Internal nct sensor registration to framework now
occurs at the driver level.
Change-Id: I224b08aba95061c67c2c06672aa95878a0ec41a1
Signed-off-by: Joshua Primero <jprimero@nvidia.com>
Reviewed-on: http://git-master/r/132880
(cherry picked from commit deaf3ee7f0be288120a74c25cf4dba65cff02c38)
Signed-off-by: Gaurav Batra <gbatra@nvidia.com>
Reviewed-on: http://git-master/r/130286
Rebase-Id: Rb912b3d81cc0c6944e80de81e1d6ab3e7c1eaeda
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nct1008.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h index e64793f9a..244b26fff 100644 --- a/include/linux/nct1008.h +++ b/include/linux/nct1008.h | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #include <linux/types.h> | 26 | #include <linux/types.h> |
| 27 | #include <linux/workqueue.h> | 27 | #include <linux/workqueue.h> |
| 28 | #include <linux/thermal.h> | ||
| 28 | 29 | ||
| 29 | #include <mach/edp.h> | 30 | #include <mach/edp.h> |
| 30 | 31 | ||
