]> git.karo-electronics.de Git - karo-tx-linux.git/commit
unicore32: 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:18 +0000 (10:58 -0500)
commit0f91f3f6fa5a5825cc3d058a99bf41e546e3d0df
tree89a6ae9cbe687cf9c0ed9cac16799ab3231bdfd2
parent0f296af85be8bc7b3c46ae2cd7a0917a1cc9e7b4
unicore32: 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.

Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/unicore32/mm/extable.c
arch/unicore32/mm/fault.c