diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-08-30 17:12:40 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-09-17 05:20:24 +0400 |
commit | 6f6f467eaaa0ac4fb77714d0172d65c781dabb8c (patch) | |
tree | 5d3a579b791ba82d94e0332f27e5687d55eea68c /include/uapi/linux/audit.h | |
parent | 1c927e75f4022368dd2551b153c902b449909ac5 (diff) | |
download | linux-6f6f467eaaa0ac4fb77714d0172d65c781dabb8c.tar.xz |
Drop remaining references to H8/300 architecture
With the architecture gone, any references to it are no longer needed.
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'include/uapi/linux/audit.h')
-rw-r--r-- | include/uapi/linux/audit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h index 75cef3fd97ad..db0b825b4810 100644 --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h @@ -329,7 +329,6 @@ enum { #define AUDIT_ARCH_ARMEB (EM_ARM) #define AUDIT_ARCH_CRIS (EM_CRIS|__AUDIT_ARCH_LE) #define AUDIT_ARCH_FRV (EM_FRV) -#define AUDIT_ARCH_H8300 (EM_H8_300) #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE) #define AUDIT_ARCH_IA64 (EM_IA_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) #define AUDIT_ARCH_M32R (EM_M32R) |