]> git.hungrycats.org Git - linux/commitdiff
[PATCH] janitor: adfs: add/remove version.h
authorRandy Dunlap <rddunlap@osdl.org>
Sat, 6 Sep 2003 07:35:09 +0000 (00:35 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 6 Sep 2003 07:35:09 +0000 (00:35 -0700)
From: Randy Hron <rwhron@earthlink.net>

Put version.h in the file that needs it.
Remove version.h where it isn't needed.
Tested as module/non-module on x86.

fs/adfs/adfs.h
fs/adfs/dir.c
fs/adfs/dir_f.c
fs/adfs/dir_fplus.c
fs/adfs/file.c
fs/adfs/inode.c
fs/adfs/map.c
fs/adfs/super.c

index 6e4a1b3a4e15474b0e0b156733abc01aa39f2922..52cce1724b8e8c4a20559afa6cbe8e6d59bdbd3c 100644 (file)
@@ -12,6 +12,7 @@
 #define ADFS_NDA_PUBLIC_READ   (1 << 5)
 #define ADFS_NDA_PUBLIC_WRITE  (1 << 6)
 
+#include <linux/version.h>
 #include "dir_f.h"
 
 struct buffer_head;
index aae5b4e066db75c7f36e20a756327c5955294ee7..1c047fc7753229f283ff2393c0c17b458e75f18f 100644 (file)
@@ -10,7 +10,6 @@
  *  Common directory handling for ADFS
  */
 #include <linux/config.h>
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/adfs_fs.h>
index cee4bb9552d95f3c0b856ad0661154b336099f2e..1c606266830fb157353b20682ea3dc6f5757ee63 100644 (file)
@@ -9,7 +9,6 @@
  *
  *  E and F format directory handling
  */
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/adfs_fs.h>
index 70666ef5943095d28973f8d7924eae1ba2ce63b4..1ec644e32df9a0dea8b6f62f45064cbd6c85143c 100644 (file)
@@ -7,7 +7,6 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/adfs_fs.h>
index bc66ea949b7517ad9a56f3f43d751cd81f96d758..afebbfde6968c54afec13e412ac302f24e2cc6d6 100644 (file)
@@ -19,7 +19,6 @@
  *
  *  adfs regular file handling primitives           
  */
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/fcntl.h>
index c1a4bf8d7bb848092f3e47085cb35e90720f631f..f17ccbcc56dfe9a0d3aed5ec23b7fa83f0eb5bb5 100644 (file)
@@ -7,7 +7,6 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/adfs_fs.h>
index 66cafe3bb52b8373b2c7cabd20f976f8c852e7ed..7c59ca701a369c181df86b5328135877e1e841da 100644 (file)
@@ -7,7 +7,6 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/fs.h>
 #include <linux/adfs_fs.h>
index 31591a9d6ea323e29276c731f5195ef30e051b2f..13737397d24bca311f1dfc8eb71c98159a725694 100644 (file)
@@ -7,7 +7,6 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/errno.h>
 #include <linux/fs.h>