]> git.hungrycats.org Git - linux/commitdiff
[PATCH] isofs: Remove useless include
authorPeter Osterlund <petero2@telia.com>
Tue, 11 Jan 2005 01:23:38 +0000 (17:23 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 01:23:38 +0000 (17:23 -0800)
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>
fs/isofs/compress.c

index 0b5a3a0ed767143535d6ed666c0da838d0b283cd..fb42c3f3bf0db39f314fcc89e9f060d6d8022f92 100644 (file)
@@ -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>