diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-02-14 15:50:15 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2013-03-01 15:01:01 -0500 |
commit | 180e001cd5fc2950dc6a7997dde5b65c954d0e79 (patch) | |
tree | 4a0e6278f5373d22cf06e0a4ca25d23301b5416b /fs/btrfs/extent_io.c | |
parent | 124fe663f93162d17b7e391705cac122101e93d8 (diff) |
btrfs: fixup/remove module.h usage as required
We want to avoid module.h where posible, since it in turn includes
nearly all of header space. This means removing it where it is not
required, and using export.h where we are only exporting symbols via
EXPORT_SYMBOL and friends.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 0306665cb1d7..f173c5af6461 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
@@ -4,7 +4,6 @@ | |||
4 | #include <linux/mm.h> | 4 | #include <linux/mm.h> |
5 | #include <linux/pagemap.h> | 5 | #include <linux/pagemap.h> |
6 | #include <linux/page-flags.h> | 6 | #include <linux/page-flags.h> |
7 | #include <linux/module.h> | ||
8 | #include <linux/spinlock.h> | 7 | #include <linux/spinlock.h> |
9 | #include <linux/blkdev.h> | 8 | #include <linux/blkdev.h> |
10 | #include <linux/swap.h> | 9 | #include <linux/swap.h> |