summaryrefslogtreecommitdiff
path: root/sys/pci/alpm.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
committerWarner Losh <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
commitd0d3b8345b0d7c853b385d92e44553a1dbd26ea5 (patch)
treeb0e0712f81bd575ae5b3509ae9f83cbb8d8edf51 /sys/pci/alpm.c
parentb9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff)
Notes
Diffstat (limited to 'sys/pci/alpm.c')
-rw-r--r--sys/pci/alpm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 7ed28d5d4118..1e8e785ba1fe 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -27,10 +27,6 @@
*
*/
-#ifndef COMPAT_OLDPCI
-#error "The alpm device requires the old pci compatibility shims"
-#endif
-
/*
* Power Management support for the Acer M15x3 chipsets
*/
@@ -59,6 +55,10 @@
#include "alpm.h"
+#ifndef COMPAT_OLDPCI
+#error "The alpm device requires the old pci compatibility shims"
+#endif
+
#define ALPM_DEBUG(x) if (alpm_debug) (x)
#ifdef DEBUG