From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Adrian Bunk <bunk@kernel.org>
Cc: pavel@suse.cz, linux-pm@lists.linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make suspend_device() static
Date: Mon, 28 Jan 2008 23:21:24 +0100 [thread overview]
Message-ID: <200801282321.25567.rjw@sisk.pl> (raw)
In-Reply-To: <20080128221024.GO8767@does.not.exist>
On Monday, 28 of January 2008, Adrian Bunk wrote:
> suspend_device() can become static.
That's correct. I'll push the patch to Len.
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
> 344fcfcea0df8cbaa83e10d7e66b826ead67290b
> diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c
> index 200ed5f..cfcc54f 100644
> --- a/drivers/base/power/main.c
> +++ b/drivers/base/power/main.c
> @@ -414,7 +414,7 @@ EXPORT_SYMBOL_GPL(device_power_down);
> * @dev: Device.
> * @state: Power state device is entering.
> */
> -int suspend_device(struct device *dev, pm_message_t state)
> +static int suspend_device(struct device *dev, pm_message_t state)
> {
> int error = 0;
>
>
next prev parent reply other threads:[~2008-01-28 22:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-28 22:10 [2.6 patch] make suspend_device() static Adrian Bunk
2008-01-28 22:21 ` Rafael J. Wysocki [this message]
2008-01-28 22:21 ` Rafael J. Wysocki
-- strict thread matches above, loose matches on Subject: below --
2008-01-28 22:10 Adrian Bunk
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=200801282321.25567.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=pavel@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.