The same inclusion is already satisfied by vdso/clocksource.h.
Signed-off-by: Thomas Weißschuh thomas.weissschuh@linutronix.de --- include/linux/clocksource.h | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 12d853b1883265cb47d93e33d8370e3957e7e695..afa03e9fb6f6c978099b33c07ec853b7a82fde84 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h @@ -25,10 +25,6 @@ struct clocksource_base; struct clocksource; struct module;
-#if defined(CONFIG_GENERIC_GETTIMEOFDAY) -#include <asm/clocksource.h> -#endif - #include <vdso/clocksource.h>
/**