Browse Source

staging: lustre: Remove version.h header inclusion in lustre_quota.h

version.h header inclusion is not necessary as detected by
versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sachin Kamat 12 years ago
parent
commit
1194231f4d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/lustre/lustre/include/linux/lustre_quota.h

+ 0 - 1
drivers/staging/lustre/lustre/include/linux/lustre_quota.h

@@ -39,7 +39,6 @@
 #error Do not #include this file directly. #include <lustre_quota.h> instead
 #endif
 
-#include <linux/version.h>
 #include <linux/fs.h>
 #include <linux/quota.h>
 #include <linux/quotaops.h>