summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-28 00:04:58 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-17 10:56:24 +0800
commit55819d58d4116ff5a3dcc4494a7ace56e5a318b0 (patch)
tree8d8f5780232b40d734ea7cce4afa625e03d87263 /arch/x86/include
parent44597cd8b3783bf7234b10c6db3e78515cb6070b (diff)
downloadbarebox-55819d58d4116ff5a3dcc4494a7ace56e5a318b0.tar.gz
barebox-55819d58d4116ff5a3dcc4494a7ace56e5a318b0.tar.xz
types.h: move __kernel_dev_t to include/linux/types.h
no need to have a arch specific type Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/posix_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/posix_types.h b/arch/x86/include/asm/posix_types.h
index a22f301aee..927868132a 100644
--- a/arch/x86/include/asm/posix_types.h
+++ b/arch/x86/include/asm/posix_types.h
@@ -27,7 +27,6 @@
#define _ASM_X86_POSIX_TYPES_H
typedef unsigned long __kernel_ino_t;
-typedef unsigned short __kernel_dev_t;
typedef unsigned short __kernel_mode_t;
typedef unsigned short __kernel_nlink_t;
typedef long __kernel_off_t;