summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2013-08-02 11:47:21 +1000
committerJonathan Gray <jsg@jsg.id.au>2013-08-12 10:47:01 +1000
commit6cb4529621a644e6830442583094d4016eccf485 (patch)
tree0d356a26672cebe8fad1bee486b90124800df88e /sys/dev/pci/drm/radeon
parent7724ce898d3efaa2c67db61e8bf6d2829a26442b (diff)
pci_attach_args can be removed from the softc now
Diffstat (limited to 'sys/dev/pci/drm/radeon')
-rw-r--r--sys/dev/pci/drm/radeon/radeon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/radeon/radeon.h b/sys/dev/pci/drm/radeon/radeon.h
index 8fb2c5a7a86..faa8f066ec5 100644
--- a/sys/dev/pci/drm/radeon/radeon.h
+++ b/sys/dev/pci/drm/radeon/radeon.h
@@ -1553,7 +1553,6 @@ struct radeon_device {
struct device dev;
struct drm_device *ddev;
- struct pci_attach_args pa;
pci_chipset_tag_t pc;
pcitag_t pa_tag;
pci_intr_handle_t intrh;