aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-07-01 17:21:18 +0000
committerWarner Losh <imp@FreeBSD.org>2004-07-01 17:21:18 +0000
commitd9aa98f83bc3ad181d18acc392cf79756b64160a (patch)
tree9ee5a83919333a6e629f4ae9e620bd250a7f266d
parentc9e7c6f4fb06ac079ba9e5b450b5d93c7f2304e5 (diff)
downloadsrc-d9aa98f83bc3ad181d18acc392cf79756b64160a.tar.gz
src-d9aa98f83bc3ad181d18acc392cf79756b64160a.zip
After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longer
necessary for this file. It just needed the size and guts of struct rman.
Notes
Notes: svn path=/head/; revision=131417
-rw-r--r--sys/dev/acpica/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 97540bbf2cad..e7ffbe7dea35 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -29,7 +29,6 @@
* $FreeBSD$
*/
-#define __RMAN_RESOURCE_VISIBLE
#include "opt_acpi.h"
#include <sys/param.h>
#include <sys/kernel.h>