Commit affe997d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Include <asm/page.h> in fs/seq_file.c, as it uses

Patch from miles@lsi.nec.co.jp (Miles Bader)

Otherwise it won't compile.  I guesss this used to work because <asm/page.h>
was included somewhere to get the BUG macros, but now with the advent of
<asm/bug.h> that's changed.
parent 63223091
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/page.h>
/** /**
* seq_open - initialize sequential file * seq_open - initialize sequential file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment