diff options
author | Olaf Hering <olh@suse.de> | 2005-07-10 21:35:00 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-11 18:58:52 +0200 |
commit | d0feafbf14ebe860136b8ad84cce42b34defb323 (patch) | |
tree | 5ca2a400013a8fd729d7b03b27d311b505ec6627 /arch/ia64/kernel/perfmon.c | |
parent | Auto merge with /home/aegl/GIT/linus (diff) | |
download | linux-d0feafbf14ebe860136b8ad84cce42b34defb323.tar.xz linux-d0feafbf14ebe860136b8ad84cce42b34defb323.zip |
[IA64] remove linux/version.h include from arch/ia64
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>
Diffstat (limited to 'arch/ia64/kernel/perfmon.c')
-rw-r--r-- | arch/ia64/kernel/perfmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index 6407bff6bfd7..b8ebb8e427ef 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c @@ -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> |