summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/devices-db8500.c
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-17 12:03:57 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 08:54:43 +0100
commit5235a3301813cf955abcb3bb7468e7d28c8de010 (patch)
tree8c3e91187ceeaf95a74518a8425967a2c7012b44 /arch/arm/mach-ux500/devices-db8500.c
parent35098de78dfb5137599a6f48f34e6dfe8c6f7b26 (diff)
ARM: mach-ux500: Remove powersave
Since we don't know really the status of powersave related feature on this development track, let's remove everything, except: - prcmu driver: New location, which is the same as linux-next - cpufreq: new location, same as linux-next - regulator: keep as is for the moment, needed for the system to work. - clocks: same as for regulator. - pm-runtime: keep it as is. Later patches will re-add powersave, based upon what exists on SI u8500-android-2.3_v3.15 MTU from plat-nomadik is now used instead of own copy in mach. Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32048
Diffstat (limited to 'arch/arm/mach-ux500/devices-db8500.c')
-rw-r--r--arch/arm/mach-ux500/devices-db8500.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c
index 208dcfaeebd..7a11b0b24f1 100644
--- a/arch/arm/mach-ux500/devices-db8500.c
+++ b/arch/arm/mach-ux500/devices-db8500.c
@@ -31,8 +31,6 @@
.first_gpio = first, \
.first_irq = NOMADIK_GPIO_TO_IRQ(first), \
.num_gpio = num, \
- .get_secondary_status = ux500_pm_gpio_read_wake_up_status, \
- .set_ioforce = ux500_pm_prcmu_set_ioforce, \
.supports_sleepmode = true, \
}