diff options
author | David Sterba <dsterba@suse.com> | 2018-06-29 10:56:47 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-08-06 13:12:43 +0200 |
commit | d7f663fa3ff906247a979c1115bc92cbabfb19ba (patch) | |
tree | 2545ba94522f6a0feafd3ad951596c173a29fbcc /fs/btrfs/struct-funcs.c | |
parent | btrfs: use copy_page for copying pages instead of memcpy (diff) | |
download | linux-d7f663fa3ff906247a979c1115bc92cbabfb19ba.tar.xz linux-d7f663fa3ff906247a979c1115bc92cbabfb19ba.zip |
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/struct-funcs.c')
-rw-r--r-- | fs/btrfs/struct-funcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/struct-funcs.c b/fs/btrfs/struct-funcs.c index b7b4acb12833..4c13b737f568 100644 --- a/fs/btrfs/struct-funcs.c +++ b/fs/btrfs/struct-funcs.c @@ -3,7 +3,6 @@ * Copyright (C) 2007 Oracle. All rights reserved. */ -#include <linux/highmem.h> #include <asm/unaligned.h> #include "ctree.h" |