]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/linux/latencytop.h
sched: Make separate sched*.c translation units
[mirror_ubuntu-jammy-kernel.git] / include / linux / latencytop.h
index b0e99898527c927e0d531d34f9638e8d970ec2c0..e23121f9d82a042a9b10907fe40e468e5711f99f 100644 (file)
@@ -10,6 +10,8 @@
 #define _INCLUDE_GUARD_LATENCYTOP_H_
 
 #include <linux/compiler.h>
+struct task_struct;
+
 #ifdef CONFIG_LATENCYTOP
 
 #define LT_SAVECOUNT           32
@@ -23,7 +25,6 @@ struct latency_record {
 };
 
 
-struct task_struct;
 
 extern int latencytop_enabled;
 void __account_scheduler_latency(struct task_struct *task, int usecs, int inter);