diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-06-18 19:55:27 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-07-06 10:26:50 +0200 |
commit | 81d8279ea31a3fc6d4ffacd87119a04c561ca62e (patch) | |
tree | e439dc6343396010bb2ad48fb36137fda118c07b /arch/microblaze/include/asm/siginfo.h | |
parent | Linux 2.6.31-rc2 (diff) | |
download | linux-81d8279ea31a3fc6d4ffacd87119a04c561ca62e.tar.xz linux-81d8279ea31a3fc6d4ffacd87119a04c561ca62e.zip |
microblaze: fall back on generic header files for the ABI
Almost all of the ABI relevant header files now have generic
versions, so use those now in order to reduce the amount
of architecture specific code.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/siginfo.h')
-rw-r--r-- | arch/microblaze/include/asm/siginfo.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/microblaze/include/asm/siginfo.h b/arch/microblaze/include/asm/siginfo.h index f162911a8f50..0815d29d82e5 100644 --- a/arch/microblaze/include/asm/siginfo.h +++ b/arch/microblaze/include/asm/siginfo.h @@ -1,15 +1 @@ -/* - * Copyright (C) 2006 Atmark Techno, Inc. - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - */ - -#ifndef _ASM_MICROBLAZE_SIGINFO_H -#define _ASM_MICROBLAZE_SIGINFO_H - -#include <linux/types.h> #include <asm-generic/siginfo.h> - -#endif /* _ASM_MICROBLAZE_SIGINFO_H */ |