From: Cheah Kok Cheong <thrust73@gmail.com>
To: steffen.klassert@secunet.com
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
thrust73@gmail.com
Subject: [PATCH 2/2] padata: Remove redundant export.h header
Date: Thu, 21 Dec 2017 04:15:21 +0800 [thread overview]
Message-ID: <1513800921-12452-2-git-send-email-thrust73@gmail.com> (raw)
In-Reply-To: <1513800921-12452-1-git-send-email-thrust73@gmail.com>
It is already included in module.h, see
commit f50169324df4 ("module.h: split out the EXPORT_SYMBOL into export.h")
for their relationship.
Signed-off-by: Cheah Kok Cheong <thrust73@gmail.com>
---
kernel/padata.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/padata.c b/kernel/padata.c
index 9d91909..e265953 100644
--- a/kernel/padata.c
+++ b/kernel/padata.c
@@ -16,7 +16,6 @@
* more details.
*/
-#include <linux/export.h>
#include <linux/cpumask.h>
#include <linux/err.h>
#include <linux/cpu.h>
--
2.7.4
next prev parent reply other threads:[~2017-12-20 20:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 20:15 [PATCH 1/2] padata: Remove FSF address Cheah Kok Cheong
2017-12-20 20:15 ` Cheah Kok Cheong [this message]
2017-12-20 20:20 ` Philippe Ombredanne
2017-12-20 21:17 ` Cheah Kok Cheong
2017-12-21 7:34 ` Philippe Ombredanne
2017-12-21 11:05 ` Cheah Kok Cheong
2017-12-21 11:35 ` [PATCH] padata: add SPDX identifier Cheah Kok Cheong
2017-12-28 6:53 ` Herbert Xu
2017-12-30 8:21 ` Steffen Klassert
2018-01-05 11:14 ` Herbert Xu
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=1513800921-12452-2-git-send-email-thrust73@gmail.com \
--to=thrust73@gmail.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=steffen.klassert@secunet.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.