summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-18 15:15:39 +0000
committerphk <phk@FreeBSD.org>2000-04-18 15:15:39 +0000
commit75e82c815e00de5ffd06e2f8af574ed5a4e6cf3d (patch)
tree1b08d65e5b35baf3026b56052c3e98564bf87a60 /sys/pci/ncr.c
parent343196d29d5df7e5385c67a7ddf0f45e924f4ca2 (diff)
downloadFreeBSD-src-75e82c815e00de5ffd06e2f8af574ed5a4e6cf3d.zip
FreeBSD-src-75e82c815e00de5ffd06e2f8af574ed5a4e6cf3d.tar.gz
Remove unneeded <sys/buf.h> includes.
Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes.
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 6767d1f..8bc33fe 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -178,7 +178,6 @@
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/malloc.h>
-#include <sys/buf.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <machine/clock.h>
OpenPOWER on IntegriCloud