summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-05-21 12:43:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-03 09:53:57 +0200
commite76faaab928855855f54ec2b41444dac641adae7 (patch)
tree8e2eeec09a43b0a679665a672de2620d5fd646ae /include
parent21d1e6226c48f5b28a9ad76e166f06fb0dde5322 (diff)
downloadbarebox-e76faaab928855855f54ec2b41444dac641adae7.tar.gz
barebox-e76faaab928855855f54ec2b41444dac641adae7.tar.xz
remove unused nlink_t
The nlink_t type is unused in barebox, so drop it. This prevents compile failures when architectures use the generic posix_types.h which no longer has __kernel_nlink_t defined. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index 9871a66a11..ce1a0ec84c 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -15,7 +15,6 @@ typedef __kernel_fd_set fd_set;
typedef __kernel_dev_t dev_t;
typedef __kernel_ino_t ino_t;
typedef __kernel_mode_t mode_t;
-typedef __kernel_nlink_t nlink_t;
typedef __kernel_off_t off_t;
typedef __kernel_pid_t pid_t;
typedef __kernel_daddr_t daddr_t;