diff options
author | marius <marius@FreeBSD.org> | 2004-08-11 21:09:40 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-08-11 21:09:40 +0000 |
commit | 12f47e5a96e5c45ab2226b047ff6cda4c6c88ed7 (patch) | |
tree | d40582f26ce7e681a76614d74bc7ff22eb97a16d /sys/powerpc/powermac/uninorth.c | |
parent | 765ec5c83bd7d7bd0a1d56b931ae040a3daebef5 (diff) | |
download | FreeBSD-src-12f47e5a96e5c45ab2226b047ff6cda4c6c88ed7.zip FreeBSD-src-12f47e5a96e5c45ab2226b047ff6cda4c6c88ed7.tar.gz |
- Use the rman_get_* functions instead of reaching into struct resource.
- Remove __RMAN_RESORUCE_VISIBLE again. It's no longer required either
because of the above change or because struct rman is no longer hidden.
Reviewed by: grehan
Tested by: cross-compile on i386
Diffstat (limited to 'sys/powerpc/powermac/uninorth.c')
-rw-r--r-- | sys/powerpc/powermac/uninorth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index 3c7782d..c609a00 100644 --- a/sys/powerpc/powermac/uninorth.c +++ b/sys/powerpc/powermac/uninorth.c @@ -25,7 +25,6 @@ * $FreeBSD$ */ -#define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> #include <sys/systm.h> #include <sys/module.h> |