From: Hareesh Gundu <hareeshg@codeaurora.org>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
Pavel Machek <pavel@ucw.cz>,
linux-pm@vger.kernel.org
Cc: hareeshg@codeaurora.org
Subject: [PATCH] power: qos: Export pm_qos_update_request_timeout()
Date: Tue, 5 Dec 2017 16:15:39 +0530 [thread overview]
Message-ID: <1512470739-21960-1-git-send-email-hareeshg@codeaurora.org> (raw)
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
next reply other threads:[~2017-12-05 10:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-05 10:45 Hareesh Gundu [this message]
2017-12-05 15:24 ` [PATCH] power: qos: Export pm_qos_update_request_timeout() Rafael J. Wysocki
2017-12-06 15:35 ` Hareesh Gundu
2017-12-06 16:43 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1512470739-21960-1-git-send-email-hareeshg@codeaurora.org \
--to=hareeshg@codeaurora.org \
--cc=linux-pm@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rjw@rjwysocki.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox