]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/torture.c
Merge branch 'r8152-minor-adjustment'
[karo-tx-linux.git] / kernel / torture.c
index 0d887eb62856e38761aa840ab22347cdc98c1c90..55de96529287a21fc2683070ad3eeb4298e5c8f8 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/smp.h>
 #include <linux/interrupt.h>
 #include <linux/sched.h>
+#include <linux/sched/clock.h>
 #include <linux/atomic.h>
 #include <linux/bitops.h>
 #include <linux/completion.h>
@@ -311,7 +312,7 @@ EXPORT_SYMBOL_GPL(torture_random);
 /*
  * Variables for shuffling.  The idea is to ensure that each CPU stays
  * idle for an extended period to test interactions with dyntick idle,
- * as well as interactions with any per-CPU varibles.
+ * as well as interactions with any per-CPU variables.
  */
 struct shuffle_task {
        struct list_head st_l;