summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1997-10-01 16:28:22 +0000
committerkleink <kleink@NetBSD.org>1997-10-01 16:28:22 +0000
commit6eb0c3077ae7f52879690c8bcfa5987435847e4c (patch)
tree8bc5d06cfe1058c5edaae5f72fbcd6d3c5a9c127 /sys
parentd786742d919052c6c5285ac84fd077964f6a2e5d (diff)
Remove duplicate inclusion of <sys/device.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hp300/dev/dio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/dio.c b/sys/arch/hp300/dev/dio.c
index 964e335f45e..ec1c00bec77 100644
--- a/sys/arch/hp300/dev/dio.c
+++ b/sys/arch/hp300/dev/dio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dio.c,v 1.8 1997/07/18 03:38:33 jtk Exp $ */
+/* $NetBSD: dio.c,v 1.9 1997/10/01 16:28:22 kleink Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -44,7 +44,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/device.h>
#include <sys/kernel.h>
#include <sys/device.h>