]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/powermac/nvram.c
[POWERPC] Add new interrupt mapping core and change platforms to use it
[karo-tx-linux.git] / arch / powerpc / platforms / powermac / nvram.c
index 41fa2409482a887e2b927fde6883f3d65675e82c..6a36ea9bf67339d8f5e066419db811feed612dc7 100644 (file)
@@ -29,6 +29,8 @@
 #include <asm/machdep.h>
 #include <asm/nvram.h>
 
+#include "pmac.h"
+
 #define DEBUG
 
 #ifdef DEBUG
@@ -80,9 +82,6 @@ static int nvram_partitions[3];
 // XXX Turn that into a sem
 static DEFINE_SPINLOCK(nv_lock);
 
-extern int pmac_newworld;
-extern int system_running;
-
 static int (*core99_write_bank)(int bank, u8* datas);
 static int (*core99_erase_bank)(int bank);