summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/pSeries_setup.c
diff options
context:
space:
mode:
authorOlaf Hering2005-07-10 21:35:15 +0200
committerPaul Mackerras2005-09-06 08:57:46 +0200
commitcebb2b156319990fc2fba615bbfeac81be62a86a (patch)
tree3ee70260f8a711913d60229a57dd132f95a46871 /arch/ppc64/kernel/pSeries_setup.c
parent[PATCH] Invert sense of SLB class bit (diff)
downloadkernel-qcow2-linux-cebb2b156319990fc2fba615bbfeac81be62a86a.tar.gz
kernel-qcow2-linux-cebb2b156319990fc2fba615bbfeac81be62a86a.tar.xz
kernel-qcow2-linux-cebb2b156319990fc2fba615bbfeac81be62a86a.zip
[PATCH] remove linux/version.h include from arch/ppc64
Changing CONFIG_LOCALVERSION rebuilds too much, for no apparent reason. Use system_utsname for progress and debug header. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/pSeries_setup.c')
-rw-r--r--arch/ppc64/kernel/pSeries_setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/pSeries_setup.c b/arch/ppc64/kernel/pSeries_setup.c
index cb570fd23031..9490b6c5b173 100644
--- a/arch/ppc64/kernel/pSeries_setup.c
+++ b/arch/ppc64/kernel/pSeries_setup.c
@@ -37,7 +37,7 @@
#include <linux/ioport.h>
#include <linux/console.h>
#include <linux/pci.h>
-#include <linux/version.h>
+#include <linux/utsname.h>
#include <linux/adb.h>
#include <linux/module.h>
#include <linux/delay.h>
@@ -272,7 +272,7 @@ static int __init pSeries_init_panel(void)
{
/* Manually leave the kernel version on the panel. */
ppc_md.progress("Linux ppc64\n", 0);
- ppc_md.progress(UTS_RELEASE, 0);
+ ppc_md.progress(system_utsname.version, 0);
return 0;
}