From aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 24 Aug 2003 17:55:58 +0000 Subject: Use __FBSDID(). Also some minor style cleanups. --- sys/dev/isp/isp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/isp/isp.c') diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index b9785a0e1ca1..31da5e566871 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -35,6 +34,9 @@ * ideas dredged from the Solaris driver. */ +#include +__FBSDID("$FreeBSD$"); + /* * Include header file appropriate for platform we're building on. */ -- cgit v1.3