patch-2.1.132 linux/arch/ppc/amiga/bootinfo.c

Next file: linux/arch/ppc/amiga/config.c
Previous file: linux/arch/ppc/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.131/linux/arch/ppc/amiga/bootinfo.c linux/arch/ppc/amiga/bootinfo.c
@@ -17,8 +17,8 @@
 extern char cmd_line[CL_SIZE];
 
 int num_memory = 0;
-extern struct mem_info memory[NUM_MEMINFO];
-extern struct mem_info ramdisk;
+struct mem_info memory[NUM_MEMINFO];
+struct mem_info ramdisk;
 
 extern int amiga_parse_bootinfo(const struct bi_record *);
 extern int atari_parse_bootinfo(const struct bi_record *);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov