aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2005-01-10 17:23:38 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-10 17:23:38 -0800
commitddc4d0ac8ae6aa1d957d69573682eb65c9b04196 (patch)
tree6e4724d779229f836e22c750f638f0f6bb5a4f16 /fs
parentc23bcb19a4d677e95e69c9082edf373e37d8f5a6 (diff)
downloadhistory-ddc4d0ac8ae6aa1d957d69573682eb65c9b04196.tar.gz
[PATCH] isofs: Remove useless include
When I was editing cdrom.h, I noticed that fs/isofs/compress.c was recompiled. This patch removes the useless #include that caused the unnecessary recompilation. Signed-off-by: Peter Osterlund <petero2@telia.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/isofs/compress.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c
index 0b5a3a0ed76714..fb42c3f3bf0db3 100644
--- a/fs/isofs/compress.c
+++ b/fs/isofs/compress.c
@@ -28,7 +28,6 @@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/errno.h>
-#include <linux/cdrom.h>
#include <linux/init.h>
#include <linux/nls.h>
#include <linux/ctype.h>