Skip to content
Commit 19348e74 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by H. Peter Anvin
Browse files

x86: ptrace.c only needs export.h and not the full module.h

Commit cb57a2b4

 ("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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Link: http://lkml.kernel.org/r/1360872842-28417-1-git-send-email-paul.gortmaker@windriver.com
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent 8f170fae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment