aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/kmem.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-10-01 19:18:13 -0400
committerDave Chinner <david@fromorbit.com>2014-10-01 19:18:13 -0400
commite076b0f3a5c472e77c0a0e163188f2761e8b4fed (patch)
tree21f845bf245552bdd3a6e34526faf7e01186ca3d /fs/xfs/kmem.c
parentb1d6cc02f2f6a590c4d8dc2c3bcf7be3b9419945 (diff)
xfs: kill time.h
The typedef for timespecs and nanotime() are completely unnecessary, and delay() can be moved to fs/xfs/linux.h, which means this file can go away. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/kmem.c')
-rw-r--r--fs/xfs/kmem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/kmem.c b/fs/xfs/kmem.c
index 844e288b9576..53e95b2a1369 100644
--- a/fs/xfs/kmem.c
+++ b/fs/xfs/kmem.c
@@ -21,7 +21,6 @@
21#include <linux/swap.h> 21#include <linux/swap.h>
22#include <linux/blkdev.h> 22#include <linux/blkdev.h>
23#include <linux/backing-dev.h> 23#include <linux/backing-dev.h>
24#include "time.h"
25#include "kmem.h" 24#include "kmem.h"
26#include "xfs_message.h" 25#include "xfs_message.h"
27 26