[PATCH 67/82] remove linux/version.h from fs/hfsplus/

From: Olaf Hering
Date: Sun Jul 10 2005 - 14:58:26 EST



changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.

Signed-off-by: Olaf Hering <olh@xxxxxxx>

fs/hfsplus/bnode.c | 1 -
fs/hfsplus/dir.c | 1 -
fs/hfsplus/extents.c | 1 -
fs/hfsplus/hfsplus_fs.h | 1 -
fs/hfsplus/inode.c | 1 -
fs/hfsplus/super.c | 1 -
fs/hfsplus/wrapper.c | 1 -
7 files changed, 7 deletions(-)

Index: linux-2.6.13-rc2-mm1/fs/hfsplus/bnode.c
===================================================================
--- linux-2.6.13-rc2-mm1.orig/fs/hfsplus/bnode.c
+++ linux-2.6.13-rc2-mm1/fs/hfsplus/bnode.c
@@ -13,7 +13,6 @@
#include <linux/pagemap.h>
#include <linux/fs.h>
#include <linux/swap.h>
-#include <linux/version.h>

#include "hfsplus_fs.h"
#include "hfsplus_raw.h"
Index: linux-2.6.13-rc2-mm1/fs/hfsplus/dir.c
===================================================================
--- linux-2.6.13-rc2-mm1.orig/fs/hfsplus/dir.c
+++ linux-2.6.13-rc2-mm1/fs/hfsplus/dir.c
@@ -13,7 +13,6 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/random.h>
-#include <linux/version.h>

#include "hfsplus_fs.h"
#include "hfsplus_raw.h"
Index: linux-2.6.13-rc2-mm1/fs/hfsplus/extents.c
===================================================================
--- linux-2.6.13-rc2-mm1.orig/fs/hfsplus/extents.c
+++ linux-2.6.13-rc2-mm1/fs/hfsplus/extents.c
@@ -11,7 +11,6 @@
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/pagemap.h>
-#include <linux/version.h>

#include "hfsplus_fs.h"
#include "hfsplus_raw.h"
Index: linux-2.6.13-rc2-mm1/fs/hfsplus/hfsplus_fs.h
===================================================================
--- linux-2.6.13-rc2-mm1.orig/fs/hfsplus/hfsplus_fs.h
+++ linux-2.6.13-rc2-mm1/fs/hfsplus/hfsplus_fs.h
@@ -11,7 +11,6 @@
#define _LINUX_HFSPLUS_FS_H

#include <linux/fs.h>
-#include <linux/version.h>
#include <linux/buffer_head.h>
#include "hfsplus_raw.h"

Index: linux-2.6.13-rc2-mm1/fs/hfsplus/inode.c
===================================================================
--- linux-2.6.13-rc2-mm1.orig/fs/hfsplus/inode.c
+++ linux-2.6.13-rc2-mm1/fs/hfsplus/inode.c
@@ -11,7 +11,6 @@
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/pagemap.h>
-#include <linux/version.h>
#include <linux/mpage.h>

#include "hfsplus_fs.h"
Index: linux-2.6.13-rc2-mm1/fs/hfsplus/super.c
===================================================================
--- linux-2.6.13-rc2-mm1.orig/fs/hfsplus/super.c
+++ linux-2.6.13-rc2-mm1/fs/hfsplus/super.c
@@ -14,7 +14,6 @@
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/slab.h>
-#include <linux/version.h>
#include <linux/vfs.h>
#include <linux/nls.h>

Index: linux-2.6.13-rc2-mm1/fs/hfsplus/wrapper.c
===================================================================
--- linux-2.6.13-rc2-mm1.orig/fs/hfsplus/wrapper.c
+++ linux-2.6.13-rc2-mm1/fs/hfsplus/wrapper.c
@@ -12,7 +12,6 @@
#include <linux/blkdev.h>
#include <linux/cdrom.h>
#include <linux/genhd.h>
-#include <linux/version.h>
#include <asm/unaligned.h>

#include "hfsplus_fs.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/