kernel: Map most files to use export.h instead of module.h
The changed files were only including linux/module.h for the
EXPORT_SYMBOL infrastructure, and nothing else. Revector them
onto the isolated export header for faster compile times.
Nothing to see here but a whole lot of instances of:
-#include <linux/module.h>
+#include <linux/export.h>
This commit is only changing the kernel dir; next targets
will probably be mm, fs, the arch dirs, etc.
Signed-off-by:
Paul Gortmaker <paul.gortmaker@windriver.com>
Showing
- kernel/async.c 1 addition, 1 deletionkernel/async.c
- kernel/audit.c 1 addition, 1 deletionkernel/audit.c
- kernel/auditsc.c 1 addition, 1 deletionkernel/auditsc.c
- kernel/capability.c 1 addition, 1 deletionkernel/capability.c
- kernel/cgroup_freezer.c 1 addition, 1 deletionkernel/cgroup_freezer.c
- kernel/cpu.c 1 addition, 1 deletionkernel/cpu.c
- kernel/cpuset.c 1 addition, 1 deletionkernel/cpuset.c
- kernel/crash_dump.c 1 addition, 1 deletionkernel/crash_dump.c
- kernel/cred.c 1 addition, 1 deletionkernel/cred.c
- kernel/dma.c 1 addition, 1 deletionkernel/dma.c
- kernel/freezer.c 1 addition, 1 deletionkernel/freezer.c
- kernel/futex.c 1 addition, 1 deletionkernel/futex.c
- kernel/groups.c 1 addition, 1 deletionkernel/groups.c
- kernel/hrtimer.c 1 addition, 1 deletionkernel/hrtimer.c
- kernel/hung_task.c 1 addition, 1 deletionkernel/hung_task.c
- kernel/irq_work.c 1 addition, 1 deletionkernel/irq_work.c
- kernel/kfifo.c 1 addition, 1 deletionkernel/kfifo.c
- kernel/kprobes.c 1 addition, 1 deletionkernel/kprobes.c
- kernel/ksysfs.c 1 addition, 1 deletionkernel/ksysfs.c
- kernel/kthread.c 1 addition, 1 deletionkernel/kthread.c
Loading
Please register or sign in to comment