summaryrefslogtreecommitdiff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-09-03 22:59:32 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:45:17 -0700
commit8cef339d7dee169501194e6158c9b98094d16d81 (patch)
tree737ffca48e9eecb51364a98744290659950dddd3 /drivers/rtc
parent7a464c856e3579f3cc6c484bde77ea770e15f503 (diff)
fixup! [ARM/tegra] Add initial Tegra3 driver support
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Change-Id: Icbf625909d86f842b036b8afcc36b326de659963
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-tegra.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-tegra.c b/drivers/rtc/rtc-tegra.c
index 7eeab3996939..9168a6b83f36 100644
--- a/drivers/rtc/rtc-tegra.c
+++ b/drivers/rtc/rtc-tegra.c
@@ -425,10 +425,6 @@ static struct platform_driver tegra_rtc_driver = {
.of_match_table = tegra_rtc_dt_match,
.pm = &tegra_rtc_pm_ops,
},
-#ifdef CONFIG_PM_SLEEP
- .suspend = tegra_rtc_suspend,
- .resume = tegra_rtc_resume,
-#endif
};
module_platform_driver_probe(tegra_rtc_driver, tegra_rtc_probe);