]> git.baikalelectronics.ru Git - kernel.git/commit
module.h: remove extable.h include now users have migrated
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 25 Jul 2016 00:51:44 +0000 (20:51 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 9 Feb 2017 21:40:24 +0000 (16:40 -0500)
commit9b3ef673b9188f905c08a705a84a1bb6fd54807a
treecd52a81fe7c9fc3ca1eb7ab8aaae27aa19791edb
parent9480820c4aa6c33399f3639b41cacfe11751ec23
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>
include/linux/module.h