Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=19e20c913bae2dd458b9fc42afab0c53f16562d1 Commit: 19e20c913bae2dd458b9fc42afab0c53f16562d1 Parent: c6868ea00bdebe5762fa59e54b74b4cd4e3b4e6e Author: Adrian Bunk <[EMAIL PROTECTED]> AuthorDate: Sun Feb 3 22:55:18 2008 +0100 Committer: Len Brown <[EMAIL PROTECTED]> CommitDate: Thu Feb 21 02:15:52 2008 -0500
PM: Make suspend_device() static suspend_device() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> Acked-by: Pavel Machek <[EMAIL PROTECTED]> Signed-off-by: Len Brown <[EMAIL PROTECTED]> --- drivers/base/power/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index bdc03f7..a96ca86 100644 --- 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; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html