From 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 31 Aug 2008 04:24:56 +0200 Subject: fs: Move conditional compilation to Makefile Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- fs/ext2/ext2fs.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fs/ext2/ext2fs.c') diff --git a/fs/ext2/ext2fs.c b/fs/ext2/ext2fs.c index 78335510e2..436f4a4aa9 100644 --- a/fs/ext2/ext2fs.c +++ b/fs/ext2/ext2fs.c @@ -24,8 +24,6 @@ */ #include - -#if defined(CONFIG_CMD_EXT2) #include #include #include @@ -874,5 +872,3 @@ fail: ext2fs_root = NULL; return (0); } - -#endif -- cgit v1.2.1