[PATCH 2/2] padata: Remove redundant export.h header

From: Cheah Kok Cheong
Date: Wed Dec 20 2017 - 15:16:23 EST


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@xxxxxxxxx>
---
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