use __KERNEL_RCSID()

This commit is contained in:
lukem 2007-12-11 05:38:12 +00:00
parent 0edee75daa
commit 3290dbb81a
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: at24cxx.c,v 1.8 2007/10/19 11:59:43 ad Exp $ */
/* $NetBSD: at24cxx.c,v 1.9 2007/12/11 05:38:12 lukem Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@ -35,6 +35,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: at24cxx.c,v 1.9 2007/12/11 05:38:12 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>