diff options
| author | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
| commit | a2a3828545f06ae25986dcfcd3831f7308c09784 (patch) | |
| tree | 1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/dev/splash | |
| parent | 1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff) | |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/splash')
| -rw-r--r-- | sys/dev/splash/splash.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/splash/splash.c b/sys/dev/splash/splash.c index 8fe2d31a139..fd0148e0bfb 100644 --- a/sys/dev/splash/splash.c +++ b/sys/dev/splash/splash.c @@ -1,4 +1,4 @@ -/* $NetBSD: splash.c,v 1.3 2006/10/29 11:29:58 freza Exp $ */ +/* $NetBSD: splash.c,v 1.4 2007/10/19 12:01:18 ad Exp $ */ /*- * Copyright (c) 2006 Jared D. McNeill <jmcneill@invisible.ca> @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: splash.c,v 1.3 2006/10/29 11:29:58 freza Exp $"); +__KERNEL_RCSID(0, "$NetBSD: splash.c,v 1.4 2007/10/19 12:01:18 ad Exp $"); #include "opt_splash.h" @@ -56,7 +56,7 @@ __KERNEL_RCSID(0, "$NetBSD: splash.c,v 1.3 2006/10/29 11:29:58 freza Exp $"); #endif #ifdef __HAVE_CPU_COUNTER -#include <machine/cpu.h> +#include <sys/cpu.h> #include <machine/cpu_counter.h> #endif |
