Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/marvell Remove unused header-file.



details:   https://anonhg.NetBSD.org/src/rev/f3f690b9c09f
branches:  trunk
changeset: 755338:f3f690b9c09f
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Wed Jun 02 05:59:36 2010 +0000

description:
Remove unused header-file.

diffstat:

 sys/dev/marvell/obio.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a194da1a6364 -r f3f690b9c09f sys/dev/marvell/obio.c
--- a/sys/dev/marvell/obio.c    Wed Jun 02 03:38:01 2010 +0000
+++ b/sys/dev/marvell/obio.c    Wed Jun 02 05:59:36 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio.c,v 1.13 2010/04/28 13:51:56 kiyohara Exp $       */
+/*     $NetBSD: obio.c,v 1.14 2010/06/02 05:59:36 kiyohara Exp $       */
 
 /*
  * Copyright (c) 2002 Allegro Networks, Inc., Wasabi Systems, Inc.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.13 2010/04/28 13:51:56 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.14 2010/06/02 05:59:36 kiyohara Exp $");
 
 #include "opt_marvell.h"
 
@@ -47,7 +47,6 @@
 #include <sys/extent.h>
 #include <sys/device.h>
 #include <sys/kernel.h>
-#include <sys/malloc.h>
 
 #include <dev/pci/pcivar.h>
 #include <dev/marvell/gtreg.h>



Home | Main Index | Thread Index | Old Index