summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-06-22 09:20:05 +0800
committerAndy Green <andy.green@linaro.org>2012-06-22 09:40:13 +0800
commit3de3cda22e7a01d5108e9a24de387b13a202dca8 (patch)
treecb8c166d7c21a11bce031beab647ddf23a3cf4bc /kernel
parent6517b90c6a28ba3cb161a7d1d3748f41e6cebbb0 (diff)
fix power qos re registration killing misc device list
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/qos.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/power/qos.c b/kernel/power/qos.c
index 336a251340d0..032b9732375a 100644
--- a/kernel/power/qos.c
+++ b/kernel/power/qos.c
@@ -551,14 +551,6 @@ static int __init pm_qos_power_init(void)
return ret;
}
}
- ret = register_pm_qos_misc(&memory_throughput_pm_qos);
- if (ret < 0)
- printk(KERN_ERR
- "pm_qos_param: memory_throughput setup failed\n");
- ret = register_pm_qos_misc(&network_throughput_pm_qos);
- if (ret < 0)
- printk(KERN_ERR
- "pm_qos_param: network_throughput setup failed\n");
return ret;
}