[PATCH 1/7] fault-injection: do not include unneeded header

From: Akinobu Mita
Date: Sun Jul 03 2011 - 09:58:43 EST


No need to include linux/kallsyms.h.

Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>
---
lib/fault-inject.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/fault-inject.c b/lib/fault-inject.c
index 7e65af7..e6430e1 100644
--- a/lib/fault-inject.c
+++ b/lib/fault-inject.c
@@ -8,7 +8,6 @@
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/stacktrace.h>
-#include <linux/kallsyms.h>
#include <linux/fault-inject.h>

/*
--
1.7.4.4

--
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/