Module Name:    src
Committed By:   kiyohara
Date:           Wed Jun  2 06:24:59 UTC 2010

Modified Files:
        src/sys/dev/marvell: gtpci.c

Log Message:
Remove unused gpio.h.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/marvell/gtpci.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/gtpci.c
diff -u src/sys/dev/marvell/gtpci.c:1.22 src/sys/dev/marvell/gtpci.c:1.23
--- src/sys/dev/marvell/gtpci.c:1.22	Wed Apr 28 13:51:56 2010
+++ src/sys/dev/marvell/gtpci.c	Wed Jun  2 06:24:59 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: gtpci.c,v 1.22 2010/04/28 13:51:56 kiyohara Exp $	*/
+/*	$NetBSD: gtpci.c,v 1.23 2010/06/02 06:24:59 kiyohara Exp $	*/
 /*
  * Copyright (c) 2008, 2009 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gtpci.c,v 1.22 2010/04/28 13:51:56 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtpci.c,v 1.23 2010/06/02 06:24:59 kiyohara Exp $");
 
 #include "opt_pci.h"
 #include "pci.h"
@@ -36,7 +36,6 @@
 #include <sys/device.h>
 #include <sys/errno.h>
 #include <sys/extent.h>
-#include <sys/gpio.h>
 #include <sys/malloc.h>
 
 #include <prop/proplib.h>

Reply via email to