]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
Btrfs: trivial include fixups
authorZach Brown <zach.brown@oracle.com>
Wed, 11 Jul 2007 14:00:37 +0000 (10:00 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Wed, 11 Jul 2007 14:00:37 +0000 (10:00 -0400)
Almost none of the files including module.h need to do so,
remove them.

Include sched.h in extent-tree.c to silence a warning about cond_resched()
being undeclared.

Signed-off-by: Zach Brown <zach.brown@oracle.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
14 files changed:
fs/btrfs/bit-radix.c
fs/btrfs/ctree.c
fs/btrfs/dir-item.c
fs/btrfs/disk-io.c
fs/btrfs/extent-tree.c
fs/btrfs/file-item.c
fs/btrfs/file.c
fs/btrfs/inode-item.c
fs/btrfs/inode-map.c
fs/btrfs/inode.c
fs/btrfs/print-tree.c
fs/btrfs/root-tree.c
fs/btrfs/sysfs.c
fs/btrfs/transaction.c

index a4ddf4de97971066532548c727595ef508d60ae4..e8bf876db393dcf984b546e9d8a858c234bf43b4 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "bit-radix.h"
 
 #define BIT_ARRAY_BYTES 256
index 9eb646529edce20c4987cf17a7c13b0210320617..eace2ee76448d8a9fad4a9340aa319dbe2fa994c 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "transaction.h"
index d5db8bdea3d81622608b25983d9455235a347ada..49db5fa7ced34745623c0d5933c315b447934d3c 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "hash.h"
index d1bf5bc1bc14b29bcfaccd442b5c88a4a4f44c90..60db85bc4ba8d70a11267f22453a484bd9758bb4 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/blkdev.h>
 #include <linux/crc32c.h>
index 14b93268920e7fa4746880ef375a7ac0719492e9..5ace2c33f1aa7fb5bc7c59d360b08db2c1aa3eb4 100644 (file)
@@ -16,7 +16,7 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
+#include <linux/sched.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "print-tree.h"
index 68859934ae25ca370106e4cafa911a0d04ea3776..ea4dd4c5fce3ef211471e127b7e00892fe5b0f54 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "transaction.h"
index 2456cc3e1cfd8bf29dda337baf0f8546c3a7ee70..f327525f541d7ae0d759c4fcbf426979b95c70ef 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include <linux/buffer_head.h>
 #include <linux/fs.h>
 #include <linux/pagemap.h>
index e8b5a9f7c0c24956de75c1717c380a191ef46456..b7834617753936b84561216fccfce1a424629d82 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "transaction.h"
index 58930fc48be6cb5005e6c570e636c02b7ed82695..4054708662548c2c8cc307dff82b011a4b87f6de 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "transaction.h"
index 4fc0367d54f2bbf4dc8b9ee2158b8ec182a11828..d75ca5cf59b180cc66a8c86857135a26edbeabda 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include <linux/buffer_head.h>
 #include <linux/fs.h>
 #include <linux/pagemap.h>
index e66acd4e2745936a7a6e3149726c3974ab6812fe..bafa78603bd2c6099ca12db30103126abf49b614 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "print-tree.h"
index 8b0eca042ea42cd808c4b9d5be79c85739f1b31a..271dd2b5c3215b4aaaad8322b8420aa3afad5efd 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "transaction.h"
 #include "disk-io.h"
index ead9dc8051be794ecc39c0e9a780bbc922dcc700..db8917e5b2565200bc1a51b0c79a1800288beb1c 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "transaction.h"
index bec38ae8aa11ba16c438ebb81ddc5789a8378d80..0f494fe365cb5ffe540223cdd58dccadd8e3cc6c 100644 (file)
@@ -16,7 +16,6 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/sched.h>
 #include "ctree.h"