Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH] power: qos: Export pm_qos_update_request_timeout()
@ 2017-12-05 10:45 Hareesh Gundu
  2017-12-05 15:24 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Hareesh Gundu @ 2017-12-05 10:45 UTC (permalink / raw)
  To: Rafael J. Wysocki, Pavel Machek, linux-pm; +Cc: hareeshg

Add EXPORT_SYMBOL_GPL to pm_qos_update_request_timeout,
so that it can be usable from modules similar to the
pm_qos_update_request().

Signed-off-by: Hareesh Gundu <hareeshg@codeaurora.org>
---
 kernel/power/qos.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/power/qos.c b/kernel/power/qos.c
index 9d75039..3f501b4 100644
--- a/kernel/power/qos.c
+++ b/kernel/power/qos.c
@@ -515,6 +515,7 @@ void pm_qos_update_request_timeout(struct pm_qos_request *req, s32 new_value,
 
 	schedule_delayed_work(&req->work, usecs_to_jiffies(timeout_us));
 }
+EXPORT_SYMBOL_GPL(pm_qos_update_request_timeout);
 
 /**
  * pm_qos_remove_request - modifies an existing qos request
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-06 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 10:45 [PATCH] power: qos: Export pm_qos_update_request_timeout() Hareesh Gundu
2017-12-05 15:24 ` Rafael J. Wysocki
2017-12-06 15:35   ` Hareesh Gundu
2017-12-06 16:43     ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox