diff options
Diffstat (limited to 'sys/dev/pci/bktr/bktr_os.c')
-rw-r--r-- | sys/dev/pci/bktr/bktr_os.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/bktr/bktr_os.c b/sys/dev/pci/bktr/bktr_os.c index af54a42bb3d..bcc96e16f9b 100644 --- a/sys/dev/pci/bktr/bktr_os.c +++ b/sys/dev/pci/bktr/bktr_os.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_os.c,v 1.24 2006/02/05 23:52:58 jakemsr Exp $ */ +/* $OpenBSD: bktr_os.c,v 1.25 2007/02/11 20:29:22 miod Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.20 2000/10/20 08:16:53 roger Exp $ */ /* @@ -53,10 +53,6 @@ #include "bktr.h" #endif /* __FreeBSD__ */ -#ifndef __OpenBSD__ -#include "opt_bktr.h" /* include any kernel config options */ -#endif - #define FIFO_RISC_DISABLED 0 #define ALL_INTS_DISABLED 0 |