Commit ddc4d0ac authored by Peter Osterlund's avatar Peter Osterlund Committed by Linus Torvalds

[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: default avatarPeter Osterlund <petero2@telia.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c23bcb19
......@@ -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>
......
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