diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-05-14 00:56:24 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@klappe2.(none)> | 2009-06-11 21:01:52 +0200 |
commit | 63b852a6b67d0820d388b0ecd0da83ccb4048b8d (patch) | |
tree | 4f73c46716669c3996280d3dfcee1a56c6cf0d07 /include/asm-generic/termios-base.h | |
parent | Linux 2.6.30 (diff) | |
download | linux-63b852a6b67d0820d388b0ecd0da83ccb4048b8d.tar.xz linux-63b852a6b67d0820d388b0ecd0da83ccb4048b8d.zip |
asm-generic: rename termios.h, signal.h and mman.h
The existing asm-generic versions are incomplete and included
by some architectures. New architectures should be able
to use a generic version, so rename the existing files and
change all users, which lets us add the new files.
Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | include/asm-generic/termios-base.h (renamed from include/asm-generic/termios.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-generic/termios.h b/include/asm-generic/termios-base.h index 7d39ecc92d94..0a769feb22b0 100644 --- a/include/asm-generic/termios.h +++ b/include/asm-generic/termios-base.h @@ -1,8 +1,8 @@ /* termios.h: generic termios/termio user copying/translation */ -#ifndef _ASM_GENERIC_TERMIOS_H -#define _ASM_GENERIC_TERMIOS_H +#ifndef _ASM_GENERIC_TERMIOS_BASE_H +#define _ASM_GENERIC_TERMIOS_BASE_H #include <asm/uaccess.h> @@ -74,4 +74,4 @@ static inline int kernel_termios_to_user_termio(struct termio __user *termio, #endif /* __ARCH_TERMIO_GETPUT */ -#endif /* _ASM_GENERIC_TERMIOS_H */ +#endif /* _ASM_GENERIC_TERMIOS_BASE_H */ |