linux_dsm_epyc7002/arch/nios2/mm
Paul Gortmaker 7e227e8818 nios2: migrate exception table users off module.h and onto extable.h
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.

Reported-by: kbuild test robot <lkp@intel.com>
Cc: Ley Foon Tan <lftan@altera.com>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Cc: nios2-dev@lists.rocketboards.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2017-01-26 10:58:14 -05:00
..
cacheflush.c nios2: fix cache coherency 2015-11-26 22:25:58 +08:00
dma-mapping.c arch/nios2: add option to skip DMA sync as a part of map and unmap 2016-12-14 16:04:07 -08:00
extable.c nios2: migrate exception table users off module.h and onto extable.h 2017-01-26 10:58:14 -05:00
fault.c nios2: migrate exception table users off module.h and onto extable.h 2017-01-26 10:58:14 -05:00
init.c treewide: replace obsolete _refok by __ref 2016-08-02 17:31:41 -04:00
ioremap.c nios2: I/O Mapping 2014-12-08 12:55:52 +08:00
Makefile nios2: Build infrastructure 2014-12-08 12:56:06 +08:00
mmu_context.c nios2: Process management 2014-12-08 12:55:53 +08:00
pgtable.c nios2: Page table management 2014-12-08 12:55:53 +08:00
tlb.c nios2: TLB handling 2014-12-08 12:55:54 +08:00
uaccess.c