]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
microblaze: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 Jan 2017 19:13:29 +0000 (14:13 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Jan 2017 15:58:19 +0000 (10:58 -0500)
This file was only including module.h for exception table related
functions.  We've now separated that content out into its own file
"extable.h" so now move over to that and avoid all the extra header
content in module.h that we don't really need to compile this file.

Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/microblaze/mm/fault.c

index abb678ccde6ff5ddc7829de582245a5aaa811293..f91b30f8aaa8c112b129b95bbaefcc70980eb391 100644 (file)
@@ -17,7 +17,7 @@
  *
  */
 
-#include <linux/module.h>
+#include <linux/extable.h>
 #include <linux/signal.h>
 #include <linux/sched.h>
 #include <linux/kernel.h>