diff --git a/sys/arch/sandpoint/sandpoint/machdep.c b/sys/arch/sandpoint/sandpoint/machdep.c index dbfe3f442e68..bfbd16a379f2 100644 --- a/sys/arch/sandpoint/sandpoint/machdep.c +++ b/sys/arch/sandpoint/sandpoint/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.53 2011/01/11 13:29:09 nisimura Exp $ */ +/* $NetBSD: machdep.c,v 1.54 2011/01/12 07:38:44 nisimura Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -32,12 +32,11 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.53 2011/01/11 13:29:09 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.54 2011/01/12 07:38:44 nisimura Exp $"); #include "opt_compat_netbsd.h" #include "opt_ddb.h" #include "opt_ipkdb.h" -#include "opt_modular.h" #include "opt_interrupt.h" #include "opt_modular.h" diff --git a/sys/arch/sandpoint/stand/netboot/main.c b/sys/arch/sandpoint/stand/netboot/main.c index 2db4507bcf1e..3566615ef77a 100644 --- a/sys/arch/sandpoint/stand/netboot/main.c +++ b/sys/arch/sandpoint/stand/netboot/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.39 2011/01/11 08:19:34 nisimura Exp $ */ +/* $NetBSD: main.c,v 1.40 2011/01/12 07:38:43 nisimura Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -210,7 +210,7 @@ main(int argc, char *argv[]) if (modules_enabled) { module_add(fsmod); if (fsmod2 != NULL && strcmp(fsmod, fsmod2) != 0) - module_add(fsmod2); + module_add(fsmod2); kmodloadp = marks[MARK_END]; btinfo_modulelist = NULL; module_load(bname);