diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index 819b59ccc4c28bd6c8ce59f4fca59c809cb65038..02b5ecbdb45703736fd2c4f973a6edc42c3304a7 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -38,6 +38,7 @@ Details    : Remove 2.5.0 check from quota_check.c, quota_ctl.c,
 	     Remove 2.4 kernel check from lustre/mdt/mdt_lproc.c.
 	     Remove 2.4 kernel code from lustre/mdc/mdc_request.c.
 	     Remove 2.4 kernel check from lustre/lov/lproc_lov.c.
+	     Remove 2.4 kernel check from lustre/lmv/lproc_lmv.c.
 
 Severity   : enhancement
 Bugzilla   : 13690
diff --git a/lustre/lmv/lproc_lmv.c b/lustre/lmv/lproc_lmv.c
index 9b1615a4ba49bdd8a7ebd792931f64f01bb209b1..0b33aa0afea8226f4822834dc0c5ef79fd290753 100644
--- a/lustre/lmv/lproc_lmv.c
+++ b/lustre/lmv/lproc_lmv.c
@@ -23,9 +23,7 @@
 
 #include <linux/version.h>
 #include <linux/seq_file.h>
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
 #include <asm/statfs.h>
-#endif
 #include <lprocfs_status.h>
 #include <obd_class.h>