[PATCH] clocksource: small cleanup
Mostly changing alignment. Just some general cleanup. [akpm@osdl.org: build fix] Signed-off-by: Daniel Walker <dwalker@mvista.com> Acked-by: John Stultz <johnstul@us.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
2b0137001d
commit
f5f1a24a2c
@ -77,11 +77,11 @@ static struct clocksource clocksource_acpi_pm = {
|
||||
|
||||
|
||||
#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);
|
||||
|
||||
|
Reference in New Issue
Block a user