Module Name: src Committed By: kiyohara Date: Wed Jun 2 05:59:36 UTC 2010
Modified Files: src/sys/dev/marvell: obio.c Log Message: Remove unused header-file. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/marvell/obio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/marvell/obio.c diff -u src/sys/dev/marvell/obio.c:1.13 src/sys/dev/marvell/obio.c:1.14 --- src/sys/dev/marvell/obio.c:1.13 Wed Apr 28 13:51:56 2010 +++ src/sys/dev/marvell/obio.c Wed Jun 2 05:59:36 2010 @@ -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>