mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
[PATCH] clocksource: add usage of CONFIG_SYSFS
Simply adds some ifdefs to remove clocksoure sysfs code when CONFIG_SYSFS isn't turn on. 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:
parent
2b2842146c
commit
2b0137001d
@ -186,6 +186,7 @@ void clocksource_reselect(void)
|
||||
}
|
||||
EXPORT_SYMBOL(clocksource_reselect);
|
||||
|
||||
#ifdef CONFIG_SYSFS
|
||||
/**
|
||||
* sysfs_show_current_clocksources - sysfs interface for current clocksource
|
||||
* @dev: unused
|
||||
@ -307,6 +308,7 @@ static int __init init_clocksource_sysfs(void)
|
||||
}
|
||||
|
||||
device_initcall(init_clocksource_sysfs);
|
||||
#endif /* CONFIG_SYSFS */
|
||||
|
||||
/**
|
||||
* boot_override_clocksource - boot clock override
|
||||
|
Loading…
Reference in New Issue
Block a user