tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / include / linux / trace_seq.h
index c68bccb..09077f6 100644 (file)
@@ -3,9 +3,11 @@
 
 #include <linux/fs.h>
 
+#include <asm/page.h>
+
 /*
  * Trace sequences are used to allow a function to call several other functions
- * to create a string of data to use (up to a max of PAGE_SIZE.
+ * to create a string of data to use (up to a max of PAGE_SIZE).
  */
 
 struct trace_seq {