summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
committerbde <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
commit81e1e32f6c0662907cdbde6c1f5269cf8217838c (patch)
treec76b3e68271dcaaff69bea8d4467eaa0cc4bd913 /sys/i386/bios
parent694c4272848a2eb83621679c60812e3cbf1df6b2 (diff)
downloadFreeBSD-src-81e1e32f6c0662907cdbde6c1f5269cf8217838c.zip
FreeBSD-src-81e1e32f6c0662907cdbde6c1f5269cf8217838c.tar.gz
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
files that don't depend on the internals of <sys/tty.h>
Diffstat (limited to 'sys/i386/bios')
-rw-r--r--sys/i386/bios/apm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index 1ba1472..5b89107 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -13,7 +13,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.11 1995/02/17 02:22:21 phk Exp $
+ * $Id: apm.c,v 1.12 1995/05/30 07:58:06 rgrimes Exp $
*/
#include "apm.h"
@@ -27,7 +27,6 @@
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/ioctl.h>
-#include <sys/tty.h>
#include <sys/file.h>
#include <sys/proc.h>
#include <sys/vnode.h>
OpenPOWER on IntegriCloud