[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:
committed by
Linus Torvalds
parent
2b2842146c
commit
2b0137001d
@@ -186,6 +186,7 @@ void clocksource_reselect(void)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL(clocksource_reselect);
|
EXPORT_SYMBOL(clocksource_reselect);
|
||||||
|
|
||||||
|
#ifdef CONFIG_SYSFS
|
||||||
/**
|
/**
|
||||||
* sysfs_show_current_clocksources - sysfs interface for current clocksource
|
* sysfs_show_current_clocksources - sysfs interface for current clocksource
|
||||||
* @dev: unused
|
* @dev: unused
|
||||||
@@ -307,6 +308,7 @@ static int __init init_clocksource_sysfs(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
device_initcall(init_clocksource_sysfs);
|
device_initcall(init_clocksource_sysfs);
|
||||||
|
#endif /* CONFIG_SYSFS */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* boot_override_clocksource - boot clock override
|
* boot_override_clocksource - boot clock override
|
||||||
|
Reference in New Issue
Block a user