• Paul Gortmaker's avatar
    sh: migrate exception table users off module.h and onto extable.h · d92280d1
    Paul Gortmaker authored
    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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    d92280d1
uaccess.h 6.3 KB