aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-08-03 03:05:50 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-08-03 03:05:50 +0000
commit3ea883b46df48148da3e21b98a4d44d839ffc9cf (patch)
tree22d10eaa17076de102aeee49c228af43fcff0b63 /sys/dev/isp
parentefbfff9480acf973b19cdb11c2d03c5f14a17af2 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index e3cd557b2668..05bd5eb4f49c 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*/
#include <dev/isp/isp_freebsd.h>
-#include <machine/stdarg.h>
+#include <machine/stdarg.h> /* for use by isp_prt below */
static void isp_intr_enable(void *);
static void isp_cam_async(void *, u_int32_t, struct cam_path *, void *);