summaryrefslogtreecommitdiff
path: root/bsd-core/drmP.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-06-06 06:45:41 +0000
committerEric Anholt <anholt@freebsd.org>2005-06-06 06:45:41 +0000
commit751765dba5b15f431a12308e09237d895c65e471 (patch)
tree449413b86789b28e3e9ba33467cdfa96f33bb69d /bsd-core/drmP.h
parent805a07714f05833a1ed4e4a01f8086fafd46e849 (diff)
Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the
device attachment).
Diffstat (limited to 'bsd-core/drmP.h')
-rw-r--r--bsd-core/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h
index 8d648f65..98e4945c 100644
--- a/bsd-core/drmP.h
+++ b/bsd-core/drmP.h
@@ -723,7 +723,6 @@ struct drm_device {
struct resource *irqr; /* Resource for interrupt used by board */
#elif defined(__NetBSD__) || defined(__OpenBSD__)
struct pci_attach_args pa;
- pci_intr_handle_t ih;
#endif
void *irqh; /* Handle from bus_setup_intr */