diff options
author | Paul Gortmaker | 2013-02-14 15:14:02 -0500 |
---|---|---|
committer | H. Peter Anvin | 2013-02-14 12:56:12 -0800 |
commit | 19348e749e9515c429f5d561d2f2c724862a4bee (patch) | |
tree | d590c9647364312aabc43ad3117bd3033566bc89 /Documentation/target | |
parent | 8f170faeb458532282dbfa870f456e42c11d1ebb (diff) |
x86: ptrace.c only needs export.h and not the full module.h
Commit cb57a2b4cff7edf2a4e32c0163200e9434807e0a ("x86-32: Export
kernel_stack_pointer() for modules") added an include of the
module.h header in conjunction with adding an EXPORT_SYMBOL_GPL
of kernel_stack_pointer.
But module.h should be avoided for simple exports, since it in turn
includes the world. Swap the module.h for export.h instead.
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Link: http://lkml.kernel.org/r/1360872842-28417-1-git-send-email-paul.gortmaker@windriver.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Documentation/target')
0 files changed, 0 insertions, 0 deletions