diff options
Diffstat (limited to 'include/asm/types.h.in')
-rw-r--r-- | include/asm/types.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm/types.h.in b/include/asm/types.h.in index 7b7ea165..39e17a21 100644 --- a/include/asm/types.h.in +++ b/include/asm/types.h.in @@ -42,8 +42,4 @@ typedef unsigned short __u32; ?== error: undefined 32 bit type #endif -#ifndef HAVE_INO_T -typedef __u32 ino_t; -#endif - #endif /* LINUX_TYPES_H */ |