diff options
| author | Thierry Reding <treding@nvidia.com> | 2015-01-23 18:25:12 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2015-01-23 18:25:12 +0300 |
| commit | 005510ae7e9d3f8434cf8f79274bdb80aaa5592f (patch) | |
| tree | dbc08541aa9608ba4da691c7d00d174107abfc13 /include | |
| parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
| parent | 3568df3d31d62b4368830cc6aac868cecdefd187 (diff) | |
| download | linux-005510ae7e9d3f8434cf8f79274bdb80aaa5592f.tar.xz | |
Merge branch 'for-3.20/soc' into for-3.20/arm64
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/tegra/fuse.h | 1 | ||||
| -rw-r--r-- | include/soc/tegra/pm.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index 8e1249474e84..b5f7b5f8d008 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -21,6 +21,7 @@ #define TEGRA30 0x30 #define TEGRA114 0x35 #define TEGRA124 0x40 +#define TEGRA132 0x13 #define TEGRA_FUSE_SKU_CALIB_0 0xf0 #define TEGRA30_FUSE_SATA_CALIB 0x124 diff --git a/include/soc/tegra/pm.h b/include/soc/tegra/pm.h index 30fe2078a547..03909101d4e7 100644 --- a/include/soc/tegra/pm.h +++ b/include/soc/tegra/pm.h @@ -17,7 +17,7 @@ enum tegra_suspend_mode { TEGRA_MAX_SUSPEND_MODE, }; -#ifdef CONFIG_PM_SLEEP +#if defined(CONFIG_PM_SLEEP) && defined(CONFIG_ARM) enum tegra_suspend_mode tegra_pm_validate_suspend_mode(enum tegra_suspend_mode mode); |
