summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-26 11:38:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-29 08:04:00 +0100
commitfa75e4ea25981f5b3d21586f32461d7d72272dbf (patch)
tree2423c1bfcda9df9c9d2d7ea673b748f5c47b8626 /fs/ubifs
parentba24403f24cfd8c461e9b087a81d2e16efed418f (diff)
downloadbarebox-fa75e4ea25981f5b3d21586f32461d7d72272dbf.tar.gz
barebox-fa75e4ea25981f5b3d21586f32461d7d72272dbf.tar.xz
fs: move struct timespec to include/linux/time.h
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/ubifs')
-rw-r--r--fs/ubifs/ubifs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index c025d34825..6b7139ca24 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -77,13 +77,6 @@ void iput(struct inode *inode);
#define atomic_long_dec(a)
#define atomic_long_sub(a, b)
-/* linux/include/time.h */
-
-struct timespec {
- time_t tv_sec; /* seconds */
- long tv_nsec; /* nanoseconds */
-};
-
/* linux/include/dcache.h */
/*