These don't need RMAN_RESOURCE_VISIBLE now that rman is visible

This commit is contained in:
Warner Losh 2004-07-03 20:56:16 +00:00
parent c82338ca27
commit 48375ebec9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131537
4 changed files with 0 additions and 4 deletions

View File

@ -46,7 +46,6 @@
* there are machines with both ISA and EBus.
*/
#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>

View File

@ -36,7 +36,6 @@
* UltraSPARC IIi and IIe `sabre' PCI controllers.
*/
#define __RMAN_RESOURCE_VISIBLE
#include "opt_ofw_pci.h"
#include "opt_psycho.h"

View File

@ -103,7 +103,6 @@
* Sbus support.
*/
#define __RMAN_RESOURCE_VISIBLE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>

View File

@ -129,7 +129,6 @@
* - Add bounce buffers to support machines with more than 16GB of RAM.
*/
#define __RMAN_RESOURCE_VISIBLE
#include "opt_iommu.h"
#include <sys/param.h>