summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2011-05-31 12:38:38 +0530
committersaid m bagheri <ebgheri@steludxu2848.(none)>2011-06-17 13:42:05 +0200
commitdbc68a0480280c8ab126b846945f7e9768d89967 (patch)
tree3b947196cf7efb57d3014bd2f7b63f860a824de0 /arch
parent08dcb534afc27eae6157c19c270ca606010bad1c (diff)
u5500: add dummy prcmu_enable_wakeups() to fix build
pm/suspend.c:67: undefined reference to `prcmu_enable_wakeups' pm/suspend.c:153: undefined reference to `prcmu_enable_wakeups' ST-Ericsson Linux next: - ST-Ericsson ID: WP334772 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I7ac2abfd2ebf431f7571f7a656521e7d083649d9 Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24186 Reviewed-by: Vijaya Kumar K-1 <vijay.kilari@stericsson.com> Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/prcmu-db5500.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/prcmu-db5500.c b/arch/arm/mach-ux500/prcmu-db5500.c
index dde05c42d3f..9f49ebba08b 100644
--- a/arch/arm/mach-ux500/prcmu-db5500.c
+++ b/arch/arm/mach-ux500/prcmu-db5500.c
@@ -325,6 +325,10 @@ unlock_and_return:
return r;
}
+void prcmu_enable_wakeups(u32 wakeups)
+{
+}
+
/**
* prcmu_request_clock() - Request for a clock to be enabled or disabled.
* @clock: The clock for which the request is made.