aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/eisa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
commitaad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (patch)
tree42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/eisa
parent0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff)
downloadsrc-aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1.tar.gz
src-aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1.zip
Use __FBSDID().
Also some minor style cleanups.
Notes
Notes: svn path=/head/; revision=119418
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/eisaconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c
index 0f8f8f2ce3fd..66ca860f801f 100644
--- a/sys/dev/eisa/eisaconf.c
+++ b/sys/dev/eisa/eisaconf.c
@@ -28,9 +28,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_eisa.h"
#include <sys/param.h>