diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-04-02 07:40:17 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2012-04-03 07:23:23 -0400 |
commit | 74f077d2a7651409c44bb323471f219a4b0d2aab (patch) | |
tree | 8e49f92263b2366ce43ed4ddb6a2445fbfd41c16 /arch/cris | |
parent | 14c70c3de28747d6c4e7e4877bc4a5a2fdbe6f88 (diff) |
cris: posix_types.h, include asm-generic/posix_types.h
Without that I cannot build anything:
In file included from include/linux/page-flags.h:8:0,
from kernel/bounds.c:9:
include/linux/types.h:25:1: error: unknown type name '__kernel_ino_t'
include/linux/types.h:29:1: error: unknown type name '__kernel_off_t'
...
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: linux-cris-kernel@axis.com
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/include/asm/posix_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/cris/include/asm/posix_types.h b/arch/cris/include/asm/posix_types.h index 72b3cd6eda0b..234891c74e2b 100644 --- a/arch/cris/include/asm/posix_types.h +++ b/arch/cris/include/asm/posix_types.h | |||
@@ -33,4 +33,6 @@ typedef int __kernel_ptrdiff_t; | |||
33 | typedef unsigned short __kernel_old_dev_t; | 33 | typedef unsigned short __kernel_old_dev_t; |
34 | #define __kernel_old_dev_t __kernel_old_dev_t | 34 | #define __kernel_old_dev_t __kernel_old_dev_t |
35 | 35 | ||
36 | #include <asm-generic/posix_types.h> | ||
37 | |||
36 | #endif /* __ARCH_CRIS_POSIX_TYPES_H */ | 38 | #endif /* __ARCH_CRIS_POSIX_TYPES_H */ |