x86: move quad_local_to_mp_bus_id to numa.c
[sfrench/cifs-2.6.git] / fs / binfmt_som.c
index 5bcdaaf4eae082f26adb82f0d2fe843dd4fc6ad1..14c63527c762d8cdc8fc443dec512bd4f34e194f 100644 (file)
@@ -29,7 +29,6 @@
 #include <linux/personality.h>
 #include <linux/init.h>
 
-#include <asm/a.out.h>
 #include <asm/uaccess.h>
 #include <asm/pgtable.h>
 
@@ -44,7 +43,7 @@ static int load_som_library(struct file *);
  * don't even try.
  */
 #if 0
-static int som_core_dump(long signr, struct pt_regs * regs);
+static int som_core_dump(long signr, struct pt_regs *regs, unsigned long limit);
 #else
 #define som_core_dump  NULL
 #endif