]> asedeno.scripts.mit.edu Git - linux.git/commit
sparc: migrate exception table users onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 Jan 2017 15:12:55 +0000 (10:12 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Jan 2017 15:58:13 +0000 (10:58 -0500)
commit5437344c2bb81fdb8a5074f15899788eed537655
tree20849070732ce0bf3455fab05a6eaa31c8ec6d9a
parentce139ab8e629426cf0f909584160a21a17a284be
sparc: migrate exception table users onto extable.h

This file was using module.h for search_exception_table.  We've
now separated that content out into its own file "extable.h" so
now move over to that.  Unlike most other instances, we can't
delete the module.h include here since the file needs that for
the within_module_init definition.

Reported-by: kbuild test robot <lkp@intel.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/sparc/mm/extable.c