mn10300: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 23 Jul 2016 18:01:45 +0000 (14:01 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 24 Jan 2017 17:41:46 +0000 (12:41 -0500)
commit8ac449e44b7320d6922ebc95471e12aa5a0f5b37
treea5e175651f329195fe844fd64ab9d6dc130c8d14
parent9c14f8353e4c3cc73c9d8005fe4cfa83ee37e109
mn10300: migrate exception table users off module.h and onto extable.h

These files were 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
these files.

Cc: David Howells <dhowells@redhat.com>
Cc: linux-am33-list@redhat.com
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mn10300/mm/extable.c
arch/mn10300/mm/misalignment.c