sh: convert to kbuild asm-generic support.

Straightforward change to get rid of all of the header wrapper stubs.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2012-05-28 11:01:44 +09:00
parent 1e2aec873a
commit ec3d753c5f
29 changed files with 29 additions and 69 deletions

View file

@ -1,5 +1,34 @@
include include/asm-generic/Kbuild.asm
generic-y += bitsperlong.h
generic-y += cputime.h
generic-y += current.h
generic-y += div64.h
generic-y += emergency-restart.h
generic-y += errno.h
generic-y += fcntl.h
generic-y += ioctl.h
generic-y += ipcbuf.h
generic-y += irq_regs.h
generic-y += local.h
generic-y += param.h
generic-y += parport.h
generic-y += percpu.h
generic-y += poll.h
generic-y += mman.h
generic-y += msgbuf.h
generic-y += resource.h
generic-y += sembuf.h
generic-y += serial.h
generic-y += shmbuf.h
generic-y += siginfo.h
generic-y += socket.h
generic-y += statfs.h
generic-y += termbits.h
generic-y += termios.h
generic-y += ucontext.h
generic-y += xor.h
header-y += cachectl.h
header-y += cpu-features.h
header-y += hw_breakpoint.h

View file

@ -1 +0,0 @@
#include <asm-generic/bitsperlong.h>

View file

@ -1,6 +0,0 @@
#ifndef __SH_CPUTIME_H
#define __SH_CPUTIME_H
#include <asm-generic/cputime.h>
#endif /* __SH_CPUTIME_H */

View file

@ -1 +0,0 @@
#include <asm-generic/current.h>

View file

@ -1 +0,0 @@
#include <asm-generic/div64.h>

View file

@ -1,6 +0,0 @@
#ifndef _ASM_EMERGENCY_RESTART_H
#define _ASM_EMERGENCY_RESTART_H
#include <asm-generic/emergency-restart.h>
#endif /* _ASM_EMERGENCY_RESTART_H */

View file

@ -1,6 +0,0 @@
#ifndef __ASM_SH_ERRNO_H
#define __ASM_SH_ERRNO_H
#include <asm-generic/errno.h>
#endif /* __ASM_SH_ERRNO_H */

View file

@ -1 +0,0 @@
#include <asm-generic/fcntl.h>

View file

@ -1 +0,0 @@
#include <asm-generic/ioctl.h>

View file

@ -1 +0,0 @@
#include <asm-generic/ipcbuf.h>

View file

@ -1 +0,0 @@
#include <asm-generic/irq_regs.h>

View file

@ -1,7 +0,0 @@
#ifndef __ASM_SH_LOCAL_H
#define __ASM_SH_LOCAL_H
#include <asm-generic/local.h>
#endif /* __ASM_SH_LOCAL_H */

View file

@ -1 +0,0 @@
#include <asm-generic/mman.h>

View file

@ -1 +0,0 @@
#include <asm-generic/msgbuf.h>

View file

@ -1 +0,0 @@
#include <asm-generic/param.h>

View file

@ -1 +0,0 @@
#include <asm-generic/parport.h>

View file

@ -1,6 +0,0 @@
#ifndef __ARCH_SH_PERCPU
#define __ARCH_SH_PERCPU
#include <asm-generic/percpu.h>
#endif /* __ARCH_SH_PERCPU */

View file

@ -1 +0,0 @@
#include <asm-generic/poll.h>

View file

@ -1,6 +0,0 @@
#ifndef __ASM_SH_RESOURCE_H
#define __ASM_SH_RESOURCE_H
#include <asm-generic/resource.h>
#endif /* __ASM_SH_RESOURCE_H */

View file

@ -1 +0,0 @@
#include <asm-generic/sembuf.h>

View file

@ -1 +0,0 @@
#include <asm-generic/serial.h>

View file

@ -1 +0,0 @@
#include <asm-generic/shmbuf.h>

View file

@ -1,6 +0,0 @@
#ifndef __ASM_SH_SIGINFO_H
#define __ASM_SH_SIGINFO_H
#include <asm-generic/siginfo.h>
#endif /* __ASM_SH_SIGINFO_H */

View file

@ -1 +0,0 @@
#include <asm-generic/socket.h>

View file

@ -1,6 +0,0 @@
#ifndef __ASM_SH_STATFS_H
#define __ASM_SH_STATFS_H
#include <asm-generic/statfs.h>
#endif /* __ASM_SH_STATFS_H */

View file

@ -1 +0,0 @@
#include <asm-generic/termbits.h>

View file

@ -1 +0,0 @@
#include <asm-generic/termios.h>

View file

@ -1 +0,0 @@
#include <asm-generic/ucontext.h>

View file

@ -1 +0,0 @@
#include <asm-generic/xor.h>