aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-07-24 20:51:44 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2017-02-09 16:40:24 -0500
commit90858794c96028ec1294fda12488a19f3a2b1d4a (patch)
treecd52a81fe7c9fc3ca1eb7ab8aaae27aa19791edb /include/linux/module.h
parentcore: migrate exception table users off module.h and onto extable.h (diff)
downloadlinux-dev-90858794c96028ec1294fda12488a19f3a2b1d4a.tar.xz
linux-dev-90858794c96028ec1294fda12488a19f3a2b1d4a.zip
module.h: remove extable.h include now users have migrated
With hopefully most/all users of module.h that were looking for exception table functions moved over to the new extable.h header, we can remove the back-compat include that let us transition without introducing build regressions. Cc: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Jessica Yu <jeyu@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/linux/module.h')
-rw-r--r--include/linux/module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 7c84273d60b9..2e6df4c41c86 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -18,7 +18,6 @@
#include <linux/moduleparam.h>
#include <linux/jump_label.h>
#include <linux/export.h>
-#include <linux/extable.h> /* only as arch move module.h -> extable.h */
#include <linux/rbtree_latch.h>
#include <linux/percpu.h>