All of lore.kernel.org
 help / color / mirror / Atom feed
From: <gregkh@suse.de>
To: bunk@kernel.org, greg@kroah.com, gregkh@suse.de, lenb@kernel.org,
	linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org,
	pavel@ucw.cz, rjw@sisk.pl
Subject: patch driver-core-pm-make-suspend_device-static.patch added to gregkh-2.6 tree
Date: Tue, 19 Feb 2008 11:43:11 -0800	[thread overview]
Message-ID: <12034501912611@kroah.org> (raw)
In-Reply-To: <200802032255.19835.rjw@sisk.pl>


This is a note to let you know that I've just added the patch titled

     Subject: Driver core: PM: Make suspend_device() static

to my gregkh-2.6 tree.  Its filename is

     driver-core-pm-make-suspend_device-static.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From rjw@sisk.pl Sun Feb  3 14:03:13 2008
From: Adrian Bunk <bunk@kernel.org>
Date: Sun, 3 Feb 2008 22:55:18 +0100
Subject: Driver core: PM: Make suspend_device() static
To: Len Brown <lenb@kernel.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>, Pavel Machek <pavel@ucw.cz>, pm list <linux-pm@lists.linux-foundation.org>, Greg KH <greg@kroah.com>, Adrian Bunk <bunk@kernel.org>
Message-ID: <200802032255.19835.rjw@sisk.pl>
Content-Disposition: inline


From: Adrian Bunk <bunk@kernel.org>

suspend_device() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/base/power/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/base/power/main.c
+++ b/drivers/base/power/main.c
@@ -415,7 +415,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;
 


Patches currently in gregkh-2.6 which might be from bunk@kernel.org are

driver/driver-core-pm-make-suspend_device-static.patch
pci/pci-if-0-pci_assign_resource_fixed.patch
usb/usb-make-usb_storage_onetouch-available-with-pm.patch
usb/usb-g_printer-fix-empty-if-statement.patch

  reply	other threads:[~2008-02-19 19:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-03 21:52 [PATCH 0/3] Suspend-related cleanups Rafael J. Wysocki
2008-02-03 21:53 ` [PATCH 1/3] PCI ACPI: Fix comment describing acpi_pci_choose_state Rafael J. Wysocki
2008-02-03 21:53 ` Rafael J. Wysocki
2008-02-03 21:55 ` [PATCH 2/3] PM: Make suspend_device() static Rafael J. Wysocki
2008-02-19 19:43   ` gregkh [this message]
2008-02-19 19:43   ` patch driver-core-pm-make-suspend_device-static.patch added to gregkh-2.6 tree gregkh
2008-02-03 21:55 ` [PATCH 2/3] PM: Make suspend_device() static Rafael J. Wysocki
2008-02-03 21:59 ` [PATCH 3/3] Documentation: Feature removal: Add deprecation of some hibernation ioctls Rafael J. Wysocki
2008-02-03 21:59 ` Rafael J. Wysocki
2008-02-03 22:20 ` [PATCH 0/3] Suspend-related cleanups Pavel Machek
2008-02-03 22:20 ` Pavel Machek
2008-02-15 20:22   ` Len Brown
2008-02-15 20:54     ` Rafael J. Wysocki
2008-02-15 20:54     ` Rafael J. Wysocki
2008-02-15 20:22   ` Len Brown

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=12034501912611@kroah.org \
    --to=gregkh@suse.de \
    --cc=bunk@kernel.org \
    --cc=greg@kroah.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=pavel@ucw.cz \
    --cc=rjw@sisk.pl \
    /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.