Skip to content

Commit

Permalink
[IA64] remove linux/version.h include from arch/ia64
Browse files Browse the repository at this point in the history
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Olaf Hering authored and Tony Luck committed Jul 11, 2005
1 parent e7578c0 commit d0feafb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/ia64/kernel/perfmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <linux/vfs.h>
#include <linux/pagemap.h>
#include <linux/mount.h>
#include <linux/version.h>
#include <linux/bitops.h>

#include <asm/errno.h>
Expand Down
1 change: 0 additions & 1 deletion arch/ia64/sn/kernel/tiocx.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/proc_fs.h>
Expand Down
1 change: 0 additions & 1 deletion include/asm-ia64/sn/xp.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define _ASM_IA64_SN_XP_H


#include <linux/version.h>
#include <linux/cache.h>
#include <linux/hardirq.h>
#include <asm/sn/types.h>
Expand Down

0 comments on commit d0feafb

Please sign in to comment.