[PATCH] time: rename clocksource functions
As suggested by Roman Zippel, change clocksource functions to use clocksource_xyz rather then xyz_clocksource to avoid polluting the namespace. Signed-off-by: John Stultz <johnstul@us.ibm.com> Cc: Roman Zippel <zippel@linux-m68k.org> 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
5d0cf410e9
commit
a275254975
@ -171,7 +171,7 @@ static int __init init_acpi_pm_clocksource(void)
|
||||
return -ENODEV;
|
||||
|
||||
pm_good:
|
||||
return register_clocksource(&clocksource_acpi_pm);
|
||||
return clocksource_register(&clocksource_acpi_pm);
|
||||
}
|
||||
|
||||
module_init(init_acpi_pm_clocksource);
|
||||
|
Reference in New Issue
Block a user