diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 09:46:39 +0100 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-12-13 13:50:56 +0800 |
commit | 2ba364504f2c31665007330dec23e89e44f5864e (patch) | |
tree | 3f731d76a23441ca78e55d4838689a1a871da63a /arch/blackfin/include/uapi/asm/Kbuild | |
parent | 29594404d7fe73cd80eaa4ee8c43dcc53970c60e (diff) |
UAPI: (Scripted) Disintegrate arch/blackfin/include/asm
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/blackfin/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/blackfin/include/uapi/asm/Kbuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/blackfin/include/uapi/asm/Kbuild b/arch/blackfin/include/uapi/asm/Kbuild index baebb3da1d4..0bd28f77abc 100644 --- a/arch/blackfin/include/uapi/asm/Kbuild +++ b/arch/blackfin/include/uapi/asm/Kbuild @@ -1,3 +1,19 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm +header-y += bfin_sport.h +header-y += byteorder.h +header-y += cachectl.h +header-y += fcntl.h +header-y += fixed_code.h +header-y += ioctls.h +header-y += kvm_para.h +header-y += poll.h +header-y += posix_types.h +header-y += ptrace.h +header-y += sigcontext.h +header-y += siginfo.h +header-y += signal.h +header-y += stat.h +header-y += swab.h +header-y += unistd.h |