sched: add sched-domain roots
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / kernel / printk.c
index 5f9d053699f9548c7002d7717b7a345e2d63d03d..3b7c968d0ef994e8be14ef780835d96634761881 100644 (file)
@@ -573,11 +573,6 @@ static int __init printk_time_setup(char *str)
 
 __setup("time", printk_time_setup);
 
-__attribute__((weak)) unsigned long long printk_clock(void)
-{
-       return sched_clock();
-}
-
 /* Check if we have any console registered that can be called early in boot. */
 static int have_callable_console(void)
 {