patch-2.4.25 linux-2.4.25/arch/ppc/boot/common/ofcommon.c

Next file: linux-2.4.25/arch/ppc/boot/common/util.S
Previous file: linux-2.4.25/arch/ppc/boot/common/misc-simple.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/ppc/boot/common/ofcommon.c linux-2.4.25/arch/ppc/boot/common/ofcommon.c
@@ -8,6 +8,7 @@
  */
 
 #include "zlib.h"
+#include "of1275.h"
 #include "nonstdio.h"
 #include <asm/bootinfo.h>
 #include <asm/page.h>
@@ -18,8 +19,6 @@
 extern int strcmp(const char *s1, const char *s2);
 extern char *avail_ram, *avail_high;
 extern char *end_avail;
-extern void claim(unsigned int virt, unsigned int size, unsigned int align);
-extern void pause(void);
 
 unsigned int heap_use, heap_max;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)