]> 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>
Thu, 11 Aug 2011 19:10:24 +0000 (15:10 -0400)
commitbd7e3272978185590df656ff35cd4d3360835815
tree133018552ee2329a3441afe7ec19860145b4db1d
parent6acee7995fe9c62c4a9c5bc03f5b5f9e4d24cd5e
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