]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/rtas-proc.c
Merge branch 'master'
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / rtas-proc.c
index 5bdd5b079d966359a0be76a8ff928abc0069a5f6..456286cf1d143cd8f6ca3ee9bf12af459620c1ce 100644 (file)
@@ -1,5 +1,4 @@
 /*
- *   arch/ppc64/kernel/rtas-proc.c
  *   Copyright (C) 2000 Tilmann Bitterberg
  *   (tilmann@bitterberg.de)
  *
@@ -32,7 +31,6 @@
 #include <asm/rtas.h>
 #include <asm/machdep.h> /* for ppc_md */
 #include <asm/time.h>
-#include <asm/systemcfg.h>
 
 /* Token for Sensors */
 #define KEY_SWITCH             0x0001
@@ -259,7 +257,7 @@ static int __init proc_rtas_init(void)
 {
        struct proc_dir_entry *entry;
 
-       if (!(systemcfg->platform & PLATFORM_PSERIES))
+       if (!machine_is(pseries))
                return 1;
 
        rtas_node = of_find_node_by_name(NULL, "rtas");