summaryrefslogtreecommitdiffstats
path: root/sys/pci/cy_pci.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
committerbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
commitb49ecb9108950eef22ee506e4960f32897cd0d64 (patch)
treed201d181c60681271d700f07089d52b9ae202b65 /sys/pci/cy_pci.c
parent901db635de07cb72ef8cd5a40920e3d30b797d3e (diff)
downloadFreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.zip
FreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.tar.gz
Updated #includes to 4.4lite style.
Diffstat (limited to 'sys/pci/cy_pci.c')
-rw-r--r--sys/pci/cy_pci.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index d9bbd72..dec0ddd 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -24,15 +24,16 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: cy_pci.c,v 1.1 1996/10/13 01:09:23 davidg Exp $
*/
/*
* Cyclades Y PCI serial interface driver
*/
-#include <pci.h>
+#include "pci.h"
#if NPCI > 0
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud