aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2002-11-16 23:05:52 -0800
committerChristoph Hellwig <hch@lst.de>2002-11-16 23:05:52 -0800
commit7fcfc2bef602e5761469d116644a2f49ed0c6937 (patch)
tree304c99800fbb56108571a6b059084f5a533db2e8 /init
parentd3131293a9b3e7328bf08bf3d27713af2bf928a8 (diff)
downloadhistory-7fcfc2bef602e5761469d116644a2f49ed0c6937.tar.gz
[PATCH] pull even more crap out of fs.h
Don't include the following headers implicitly through fs.h: stddef.h, string.h, bitops.h, pipe_fs_i.h, ext3_fs_i.h, efs_fs_i.h and fixup the fallout..
Diffstat (limited to 'init')
-rw-r--r--init/initramfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/initramfs.c b/init/initramfs.c
index 69df592e13553f..b171e36280298c 100644
--- a/init/initramfs.c
+++ b/init/initramfs.c
@@ -6,6 +6,7 @@
#include <linux/fcntl.h>
#include <linux/unistd.h>
#include <linux/delay.h>
+#include <linux/string.h>
static void __init error(char *x)
{