commit | 128673b3646beba4f5a41f50a7a21c3c2f3455ca | [log] [tgz] |
---|---|---|
author | Joseph Lo <josephl@nvidia.com> | Mon Apr 15 16:53:05 2013 -0600 |
committer | Olof Johansson <olof@lixom.net> | Thu Apr 18 09:34:13 2013 -0700 |
tree | 82da3601f6d7605483b2c6c576a2a03e38973e5a | |
parent | a100caaf12c871f040d34437229156b8b5670059 [diff] |
ARM: tegra: pm: fix build error w/o PM_SLEEP This fixes the building error when the PM_SLEEP is disabled. The fucntional defintion of "tegra_pm_validate_suspend_mode" without "static inline" would become a multiple definition error. Reported-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>