summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
committerbde <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
commitb5ae2c779bbd5597d706416186bbda1feb920115 (patch)
tree8e1b892ead145b6db08a46a032584ad3cc5944da /sys/i386/isa/loran.c
parent0eb849f75b2ac2864841d072ef2fdd4a02883232 (diff)
downloadFreeBSD-src-b5ae2c779bbd5597d706416186bbda1feb920115.zip
FreeBSD-src-b5ae2c779bbd5597d706416186bbda1feb920115.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r--sys/i386/isa/loran.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index 7d524e1..8149067 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id$
+ * $Id: loran.c,v 1.1 1998/02/24 22:05:12 phk Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@@ -20,21 +20,12 @@
*
*/
-#include "loran.h"
-#include "opt_devfs.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
-#include <sys/buf.h>
#include <sys/kernel.h>
#include <sys/uio.h>
-#include <sys/syslog.h>
-#ifdef DEVFS
-#include <sys/devfsext.h>
-#endif /*DEVFS*/
-#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
static int loranprobe (struct isa_device *dvp);
OpenPOWER on IntegriCloud