]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
sh: 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:47 +0000 (12:41 -0500)
commitd92280d1328fe1e32a1c806c145427a2582c8fce
treef8af8f45fd3a4fcbd6d42942e3fa9bac582e7a7e
parent6cc306ea5cda3bf75c590140703c792a7cfe1be6
sh: 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.

One uses "print_modules" so that prevents us removing module.h in
that case, however.

We also delete a duplicate prototype that doesn't need to exist, as
it duplicates content in extable.h

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/sh/include/asm/uaccess.h
arch/sh/kernel/kprobes.c
arch/sh/kernel/traps.c
arch/sh/mm/extable_32.c
arch/sh/mm/extable_64.c