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 <[email protected]> --- 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
