[PATCH 13/20] arc: migrate exception table users off module.h and onto extable.h

2017-01-22 Thread Paul Gortmaker
file does have some EXPORT_SYMBOL, we add export.h include. Cc: Vineet Gupta Cc: linux-snps-arc@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arc/mm/extable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arc/mm/extable.c b/arch/arc/mm/extable.

[PATCH v3 00/20] Finalize separation of extable.h from module.h

2017-01-22 Thread Paul Gortmaker
tensa.org Cc: nios2-...@lists.rocketboards.org Cc: openr...@lists.librecores.org Cc: sparcli...@vger.kernel.org Paul Gortmaker (20): ia64: move ia64_done_with_exception out of asm/uaccess.h ia64: ensure exception table search users include extable.h m32r: migrate exception table users off mo