summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/gpib.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 16:17:36 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 16:17:36 +0000
commit7b46b1fff9d9eaff85d41ea03c84bc7d85a06588 (patch)
tree832d3afd5f5da9b79ffc1f59f2604cc5b17ac4c9 /sys/i386/isa/gpib.c
parentb3c16cb9b2f92b03697cc7a1006521ac17ec7d69 (diff)
downloadFreeBSD-src-7b46b1fff9d9eaff85d41ea03c84bc7d85a06588.zip
FreeBSD-src-7b46b1fff9d9eaff85d41ea03c84bc7d85a06588.tar.gz
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
#include "foo.h" headers.
Diffstat (limited to 'sys/i386/isa/gpib.c')
-rw-r--r--sys/i386/isa/gpib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/isa/gpib.c b/sys/i386/isa/gpib.c
index f7b8253..f78ddd6 100644
--- a/sys/i386/isa/gpib.c
+++ b/sys/i386/isa/gpib.c
@@ -21,10 +21,6 @@
*/
/*Please read the README file for usage information*/
-#include "gp.h"
-
-#if NGP > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
@@ -1160,5 +1156,3 @@ outb(CDOR,95); /*untalk*/
}
-
-#endif /* NGPIB > 0 */
OpenPOWER on IntegriCloud