diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-05-13 18:56:24 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@klappe2.(none)> | 2009-06-11 15:01:52 -0400 |
commit | 63b852a6b67d0820d388b0ecd0da83ccb4048b8d (patch) | |
tree | 4f73c46716669c3996280d3dfcee1a56c6cf0d07 /include/asm-generic/Kbuild | |
parent | 07a2039b8eb0af4ff464efd3dfd95de5c02648c6 (diff) |
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 'include/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 4c9932a2503f..460b08d51e2e 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild | |||
@@ -2,9 +2,9 @@ header-y += errno-base.h | |||
2 | header-y += errno.h | 2 | header-y += errno.h |
3 | header-y += fcntl.h | 3 | header-y += fcntl.h |
4 | header-y += ioctl.h | 4 | header-y += ioctl.h |
5 | header-y += mman.h | 5 | header-y += mman-common.h |
6 | header-y += poll.h | 6 | header-y += poll.h |
7 | header-y += signal.h | 7 | header-y += signal-defs.h |
8 | header-y += statfs.h | 8 | header-y += statfs.h |
9 | 9 | ||
10 | unifdef-y += int-l64.h | 10 | unifdef-y += int-l64.h |