summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/apm/apmdev.c
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2009-04-03 05:01:09 +0000
committeruwe <uwe@NetBSD.org>2009-04-03 05:01:09 +0000
commit30f9f983a3fc76768f7ac281d5e514b66753ee6d (patch)
tree6b1f7c8f5fe5cd54ae95316a5819d5f7871d6d67 /sys/dev/hpc/apm/apmdev.c
parent82442fe367d624e90610ebfd3f5a8a97fbf313ba (diff)
Use dev/apm/files.apm for APM options in opt_apm.h.
Now both apm and apmdev files.apm can be included so you can switch from apmdev0 to apm0 at hpcapm0 in your kernel config easily.
Diffstat (limited to 'sys/dev/hpc/apm/apmdev.c')
-rw-r--r--sys/dev/hpc/apm/apmdev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hpc/apm/apmdev.c b/sys/dev/hpc/apm/apmdev.c
index bdaefcbcbed..30667af7153 100644
--- a/sys/dev/hpc/apm/apmdev.c
+++ b/sys/dev/hpc/apm/apmdev.c
@@ -1,4 +1,4 @@
-/* $NetBSD: apmdev.c,v 1.22 2009/04/03 04:13:17 uwe Exp $ */
+/* $NetBSD: apmdev.c,v 1.23 2009/04/03 05:01:10 uwe Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -33,10 +33,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: apmdev.c,v 1.22 2009/04/03 04:13:17 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apmdev.c,v 1.23 2009/04/03 05:01:10 uwe Exp $");
#ifdef _KERNEL_OPT
-#include "opt_apmdev.h"
+#include "opt_apm.h"
#endif
#ifdef APM_NOIDLE