Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia Don't include the now non-existent usb_port.h
details: https://anonhg.NetBSD.org/src/rev/75734ed8ed54
branches: trunk
changeset: 758418:75734ed8ed54
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Nov 04 13:13:43 2010 +0000
description:
Don't include the now non-existent usb_port.h
diffstat:
sys/dev/pcmcia/slhci_pcmcia.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 247dab6c6634 -r 75734ed8ed54 sys/dev/pcmcia/slhci_pcmcia.c
--- a/sys/dev/pcmcia/slhci_pcmcia.c Thu Nov 04 13:01:42 2010 +0000
+++ b/sys/dev/pcmcia/slhci_pcmcia.c Thu Nov 04 13:13:43 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: slhci_pcmcia.c,v 1.6 2009/05/12 14:42:19 cegger Exp $ */
+/* $NetBSD: slhci_pcmcia.c,v 1.7 2010/11/04 13:13:43 pgoyette Exp $ */
/*
* Not (c) 2007 Matthew Orgass
* This file is public domain, meaning anyone can make any use of part or all
@@ -11,7 +11,7 @@
/* Glue for RATOC USB HOST CF+ Card (SL811HS chip) */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: slhci_pcmcia.c,v 1.6 2009/05/12 14:42:19 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: slhci_pcmcia.c,v 1.7 2010/11/04 13:13:43 pgoyette Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -26,7 +26,6 @@
#include <dev/pcmcia/pcmciadevs.h>
#include <dev/usb/usb.h>
-#include <dev/usb/usb_port.h>
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdivar.h>
Home |
Main Index |
Thread Index |
Old Index