summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/com.c4
-rw-r--r--sys/dev/isa/com.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index e7821d58431..666c71fb7a8 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.50 1995/04/19 18:59:27 mycroft Exp $ */
+/* $NetBSD: com.c,v 1.51 1995/04/19 19:12:53 mycroft Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved.
@@ -40,8 +40,6 @@
* COM driver, based on HP dca driver
* uses National Semiconductor NS16450/NS16550AF UART
*/
-#include "com.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioctl.h>
diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c
index e7821d58431..666c71fb7a8 100644
--- a/sys/dev/isa/com.c
+++ b/sys/dev/isa/com.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.50 1995/04/19 18:59:27 mycroft Exp $ */
+/* $NetBSD: com.c,v 1.51 1995/04/19 19:12:53 mycroft Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved.
@@ -40,8 +40,6 @@
* COM driver, based on HP dca driver
* uses National Semiconductor NS16450/NS16550AF UART
*/
-#include "com.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioctl.h>