diff options
author | David Sterba <dsterba@suse.com> | 2018-06-29 04:56:47 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-08-06 07:12:43 -0400 |
commit | d7f663fa3ff906247a979c1115bc92cbabfb19ba (patch) | |
tree | 2545ba94522f6a0feafd3ad951596c173a29fbcc /fs/btrfs/inode-map.c | |
parent | 69d2480456d1baf027a86e530989d7bedd698d5f (diff) |
btrfs: prune unused includes
Remove includes if none of the interfaces and exports is used in the
given source file.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/inode-map.c')
-rw-r--r-- | fs/btrfs/inode-map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/inode-map.c b/fs/btrfs/inode-map.c index a56f88ea9c73..ffca2abf13d0 100644 --- a/fs/btrfs/inode-map.c +++ b/fs/btrfs/inode-map.c | |||
@@ -3,7 +3,6 @@ | |||
3 | * Copyright (C) 2007 Oracle. All rights reserved. | 3 | * Copyright (C) 2007 Oracle. All rights reserved. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <linux/delay.h> | ||
7 | #include <linux/kthread.h> | 6 | #include <linux/kthread.h> |
8 | #include <linux/pagemap.h> | 7 | #include <linux/pagemap.h> |
9 | 8 | ||