Revision | 48a333b652e4874f9fccccbc608fcedbe25909ea (tree) |
---|---|
Zeit | 2021-12-24 08:29:55 |
Autor | Yann Sionneau <ysionneau@kalr...> |
Commiter | Waldemar Brodkorb |
kvx: fix warning about BITS_PER_LONG not being defined
Signed-off-by: Yann Sionneau <ysionneau@kalray.eu>
@@ -7,6 +7,8 @@ | ||
7 | 7 | #ifndef __ASM_GENERIC_POSIX_TYPES_H |
8 | 8 | #define __ASM_GENERIC_POSIX_TYPES_H |
9 | 9 | |
10 | +#include <asm/bitsperlong.h> | |
11 | + | |
10 | 12 | typedef unsigned long __kernel_dev_t; |
11 | 13 | typedef unsigned long __kernel_ino_t; |
12 | 14 | typedef unsigned int __kernel_mode_t; |