Commit 539bc6a4 authored by Tom Rini's avatar Tom Rini Committed by Linus Torvalds

[PATCH] Fix NR_OPEN header order dependency

Move <linux/limits.h> back up in <linux/fs.h>, to get the right ordering
for the NR_OPEN dual define (ugh).
Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ed712dbb
......@@ -7,6 +7,7 @@
*/
#include <linux/config.h>
#include <linux/limits.h>
#include <linux/ioctl.h>
/*
......@@ -199,7 +200,6 @@ extern int dir_notify_enable;
#ifdef __KERNEL__
#include <linux/linkage.h>
#include <linux/limits.h>
#include <linux/wait.h>
#include <linux/types.h>
#include <linux/kdev_t.h>
......
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