summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_scsi.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/dev/dpt/dpt_scsi.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/dev/dpt/dpt_scsi.c')
-rw-r--r--sys/dev/dpt/dpt_scsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index 090f008..d9a54b8 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -52,7 +52,6 @@
#include <sys/systm.h>
#include <sys/eventhandler.h>
#include <sys/malloc.h>
-#include <sys/buf.h>
#include <sys/kernel.h>
#include <stddef.h> /* For offsetof */
OpenPOWER on IntegriCloud