[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20061106170510.233488000@mvista.com>
Date: Mon, 06 Nov 2006 09:05:10 -0800
From: Daniel Walker <dwalker@...sta.com>
To: akpm@...l.org
Cc: linux-kernel@...r.kernel.org, hirofumi@...l.parknet.co.jp
Subject: [PATCH] clocksource: small acpi_pm cleanup
corrects two white space errors, and flags acpi_pm_good as __devinitdata.
Signed-Off-By: Daniel Walker <dwalker@...sta.com>
Acked-by: John Stultz <johnstul@...ibm.com>
---
drivers/clocksource/acpi_pm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: linux-2.6.18/drivers/clocksource/acpi_pm.c
===================================================================
--- linux-2.6.18.orig/drivers/clocksource/acpi_pm.c
+++ linux-2.6.18/drivers/clocksource/acpi_pm.c
@@ -77,11 +77,11 @@ static struct clocksource clocksource_ac
#ifdef CONFIG_PCI
-static int acpi_pm_good;
+static int __devinitdata acpi_pm_good;
static int __init acpi_pm_good_setup(char *__str)
{
- acpi_pm_good = 1;
- return 1;
+ acpi_pm_good = 1;
+ return 1;
}
__setup("acpi_pm_good", acpi_pm_good_setup);
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists