Skip to content
Commit 44fc7ea0 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE



The pervasive, but implicit presence of <linux/module.h> meant
that things like this file would happily compile as-is.  But
with the desire to phase out the module.h being included everywhere,
point this file at export.h which will give it THIS_MODULE and
the EXPORT_SYMBOL variants.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent a6ee8779
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