summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-09-02 20:24:42 +0000
committermarcel <marcel@FreeBSD.org>2003-09-02 20:24:42 +0000
commit3a5e34ed9ea402d643342c93f0c33d054db0ab56 (patch)
tree9de25acd210a1a3f32edcac253ef52f11fbc5a94 /sys/dev/gem
parent6528e7760a0a9121cd7226e819f649b0e60f925b (diff)
downloadFreeBSD-src-3a5e34ed9ea402d643342c93f0c33d054db0ab56.zip
FreeBSD-src-3a5e34ed9ea402d643342c93f0c33d054db0ab56.tar.gz
Preparatory commit to allow prototypes in ofw_machdep.h to contain
both newbus types and OFW types. This involves either including <machine/bus.h> or <dev/ofw/openfirm.h>. Reviewed by: jake, jmg, tmm
Diffstat (limited to 'sys/dev/gem')
-rw-r--r--sys/dev/gem/if_gem_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c
index 0383f0e..ecd1b10 100644
--- a/sys/dev/gem/if_gem_pci.c
+++ b/sys/dev/gem/if_gem_pci.c
@@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/resource.h>
+#include <dev/ofw/openfirm.h>
#include <machine/ofw_machdep.h>
#include <sys/rman.h>
OpenPOWER on IntegriCloud