]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 20:00:52 +0000 (16:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:45 +0000 (01:43 -0400)
commit6320ae56afdf42d5d44bdcfe0db4d72cfc86cfa1
tree7bfc91cd19577d9f178df08a0a36dd480e3be1cc
parent68df289cb18425fcf1e976ebda83c8c5295a3aff
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure

These files were getting <linux/module.h> via a twisted and tormented
path, but we want to crush those out of existence since they cost
time during compiles of processing thousands of lines of headers
for no reason.  Give them the lightweight header that just contains
the EXPORT_SYMBOL infrastructure.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
kernel/compat.c
kernel/debug/kdb/kdb_debugger.c
kernel/events/core.c
kernel/power/hibernate.c
kernel/power/main.c
kernel/power/suspend.c
kernel/time/posix-clock.c
kernel/trace/blktrace.c