From: Akinobu Mita <akinobu.mita@gmail.com>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Subject: [PATCH 1/7] fault-injection: do not include unneeded header
Date: Sun, 3 Jul 2011 22:59:42 +0900 [thread overview]
Message-ID: <1309701588-16588-2-git-send-email-akinobu.mita@gmail.com> (raw)
In-Reply-To: <1309701588-16588-1-git-send-email-akinobu.mita@gmail.com>
No need to include linux/kallsyms.h.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
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
next prev parent reply other threads:[~2011-07-03 13:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-03 13:59 [PATCH 0/7] fault-injection cleanup Akinobu Mita
2011-07-03 13:59 ` Akinobu Mita [this message]
2011-07-03 13:59 ` [PATCH 2/7] fault-injection: remove nonexistent function extern Akinobu Mita
2011-07-03 13:59 ` [PATCH 3/7] fault-injection: cleanup simple attribute of stacktrace_depth Akinobu Mita
2011-07-03 13:59 ` [PATCH 4/7] fault-injection: use debugfs_remove_recursive Akinobu Mita
2011-07-03 13:59 ` [PATCH 5/7] failslab: simplify debugfs initialization Akinobu Mita
2011-07-03 13:59 ` [PATCH 6/7] fail_page_alloc: " Akinobu Mita
2011-07-03 13:59 ` [PATCH 7/7] fail_make_request: cleanup should_fail_request Akinobu Mita
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1309701588-16588-2-git-send-email-akinobu.mita@gmail.com \
--to=akinobu.mita@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®