[Ocfs2-tools-devel] [PATCH 07/11] mount.ocfs2: Remove asm/page.h include

Sunil Mushran sunil.mushran at oracle.com
Thu Sep 27 17:14:30 PDT 2007


From: Joel Becker <joel.becker at oracle.com>

We include asm/page.h for no apparent reason.  We don't use it, and it
doesn't exist on some systems.

Signed-off-by: Joel Becker <joel.becker at oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh at oracle.com>
---
 mount.ocfs2/mount.ocfs2.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/mount.ocfs2/mount.ocfs2.h b/mount.ocfs2/mount.ocfs2.h
index 288a847..1de39fa 100644
--- a/mount.ocfs2/mount.ocfs2.h
+++ b/mount.ocfs2/mount.ocfs2.h
@@ -27,7 +27,6 @@
 #include <asm/types.h>
 #include <inttypes.h>
 
-#include <asm/page.h>
 #include <sys/mount.h>
 #include <dirent.h>
 #include <stdio.h>
-- 
1.5.2.5




More information about the Ocfs2-tools-devel mailing list