ARM: mvebu: Add support for the network controller in Armada 375 SoC
[deliverable/linux.git] / kernel / latencytop.c
index 4ac8ebfcab599b79bc5becb2430f2412d85ca16c..a02812743a7e63378a79cc768255f807a7fd469b 100644 (file)
@@ -53,7 +53,7 @@
 #include <linux/notifier.h>
 #include <linux/spinlock.h>
 #include <linux/proc_fs.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/sched.h>
 #include <linux/list.h>
 #include <linux/stacktrace.h>
@@ -88,7 +88,8 @@ static void clear_global_latency_tracing(void)
 }
 
 static void __sched
-account_global_scheduler_latency(struct task_struct *tsk, struct latency_record *lat)
+account_global_scheduler_latency(struct task_struct *tsk,
+                                struct latency_record *lat)
 {
        int firstnonnull = MAXLR + 1;
        int i;
@@ -255,7 +256,7 @@ static int lstats_show(struct seq_file *m, void *v)
                                        break;
                                seq_printf(m, " %ps", (void *)bt);
                        }
-                       seq_printf(m, "\n");
+                       seq_puts(m, "\n");
                }
        }
        return 0;
This page took 0.028811 seconds and 5 git commands to generate.