diff options
Diffstat (limited to 'sys/dev/iicbus/ad7418.c')
-rw-r--r-- | sys/dev/iicbus/ad7418.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iicbus/ad7418.c b/sys/dev/iicbus/ad7418.c index ec68fc1974352..6d6be2544a89f 100644 --- a/sys/dev/iicbus/ad7418.c +++ b/sys/dev/iicbus/ad7418.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/ad7418.c,v 1.1 2006/11/19 23:39:54 sam Exp $"); /* * Analog Devices AD7418 chip sitting on the I2C bus. */ |