diff options
| author | Tom Rini <trini@kernel.crashing.org> | 2005-02-22 00:32:48 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-02-22 00:32:48 -0800 |
| commit | 539bc6a481e050ad0dd202adefaa0da2a0c6f542 (patch) | |
| tree | 7e76709a23661b26e40973d9d8544765bcbd8233 /include | |
| parent | ed712dbb567d319f51dde0585a7ebbcbd9aed354 (diff) | |
[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: Tom Rini <trini@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 07f41a111113..30cb440cb6c8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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> |
