Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/rpi Remove some unused includes
details: https://anonhg.NetBSD.org/src/rev/fef11c17fb43
branches: trunk
changeset: 782035:fef11c17fb43
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 13 14:22:12 2012 +0000
description:
Remove some unused includes
diffstat:
sys/arch/evbarm/rpi/rpi_machdep.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r f4919b1f5637 -r fef11c17fb43 sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Sat Oct 13 14:18:16 2012 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Sat Oct 13 14:22:12 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpi_machdep.c,v 1.11 2012/10/03 13:13:38 skrll Exp $ */
+/* $NetBSD: rpi_machdep.c,v 1.12 2012/10/13 14:22:12 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,14 +30,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.11 2012/10/03 13:13:38 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.12 2012/10/13 14:22:12 skrll Exp $");
#include "opt_evbarm_boardtype.h"
#include <sys/param.h>
#include <sys/device.h>
-#include <sys/kernel.h>
-#include <sys/reboot.h>
#include <sys/termios.h>
#include <sys/bus.h>
@@ -64,7 +62,6 @@
#include "ksyms.h"
-
BootConfig bootconfig; /* Boot config storage */
static char bootargs[MAX_BOOT_STRING];
char *boot_args = NULL;
Home |
Main Index |
Thread Index |
Old Index