[PATCH] ksm: ksm.h remove the asm\types.h header usage

From: Izik Eidus
Date: Tue Apr 21 2009 - 22:24:03 EST


We surely dont need it, as we include linux\types.h above, that will
include that anyway.

Signed-off-by: Izik Eidus <ieidus@xxxxxxxxxx>
---
include/linux/ksm.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/ksm.h b/include/linux/ksm.h
index 2c11e9a..c0849c7 100644
--- a/include/linux/ksm.h
+++ b/include/linux/ksm.h
@@ -8,8 +8,6 @@
#include <linux/types.h>
#include <linux/ioctl.h>

-#include <asm/types.h>
-
#define KSM_API_VERSION 1

#define ksm_control_flags_run 1
--
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/