diff options
Diffstat (limited to 'sys/i386/i386/elan-mmcr.c')
-rw-r--r-- | sys/i386/i386/elan-mmcr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/i386/elan-mmcr.c b/sys/i386/i386/elan-mmcr.c index be209f0..c91b6c7 100644 --- a/sys/i386/i386/elan-mmcr.c +++ b/sys/i386/i386/elan-mmcr.c @@ -6,7 +6,6 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ * * The AMD Elan sc520 is a system-on-chip gadget which is used in embedded * kind of things, see www.soekris.com for instance, and it has a few quirks @@ -27,6 +26,9 @@ * #endif ELAN_PPS */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_cpu.h" #include <sys/param.h> #include <sys/systm.h> |