diff options
| author | peter <peter@NetBSD.org> | 2006-02-27 02:30:39 +0000 |
|---|---|---|
| committer | peter <peter@NetBSD.org> | 2006-02-27 02:30:39 +0000 |
| commit | 4e0a2c59508a4ef6d6a369766ea21db83ff6c025 (patch) | |
| tree | 3a05e84b27a02d8afeb80f55e4de58c7112c22db /sys/dev/hpc | |
| parent | a6c30a42350fb0758fe59638c6560dd87b2163e8 (diff) | |
Remove the include <machine/autoconf.h>, it is a) not needed any more and
b) not available on all hpc ports.
Diffstat (limited to 'sys/dev/hpc')
| -rw-r--r-- | sys/dev/hpc/hpcapm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/hpc/hpcapm.c b/sys/dev/hpc/hpcapm.c index 5d5c0f0efbe..f567853bc60 100644 --- a/sys/dev/hpc/hpcapm.c +++ b/sys/dev/hpc/hpcapm.c @@ -1,4 +1,4 @@ -/* $NetBSD: hpcapm.c,v 1.5 2006/02/24 13:06:12 cube Exp $ */ +/* $NetBSD: hpcapm.c,v 1.6 2006/02/27 02:30:39 peter Exp $ */ /* * Copyright (c) 2000 Takemura Shin @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.5 2006/02/24 13:06:12 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.6 2006/02/27 02:30:39 peter Exp $"); #include <sys/param.h> #include <sys/device.h> @@ -39,7 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: hpcapm.c,v 1.5 2006/02/24 13:06:12 cube Exp $"); #include <dev/hpc/apm/apmvar.h> #include <machine/bus.h> -#include <machine/autoconf.h> #include <machine/config_hook.h> #include <machine/platid.h> #include <machine/platid_mask.h> |
