aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drmP.h
diff options
context:
space:
mode:
authorDave <airlied@linux.ie>2006-07-17 14:01:01 -0400
committerDave Airlie <airlied@linux.ie>2006-09-21 15:32:30 -0400
commit242ef0e1e7e5bb7e80c3620c1aa55168819d6fb8 (patch)
tree759bc571c641b90271c306ee37c6dfff7daffca3 /drivers/char/drm/drmP.h
parent3d77461ecd7fb92bb888f69478e3518b3c947ce3 (diff)
drm: remove local copies of pci bus/slot/func
The drm keeps a local copy of these for little use. Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drmP.h')
-rw-r--r--drivers/char/drm/drmP.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h
index cccfdb720e96..9838e8ce6ff2 100644
--- a/drivers/char/drm/drmP.h
+++ b/drivers/char/drm/drmP.h
@@ -700,9 +700,6 @@ typedef struct drm_device {
700 700
701 struct pci_dev *pdev; /**< PCI device structure */ 701 struct pci_dev *pdev; /**< PCI device structure */
702 int pci_domain; /**< PCI bus domain number */ 702 int pci_domain; /**< PCI bus domain number */
703 int pci_bus; /**< PCI bus number */
704 int pci_slot; /**< PCI slot number */
705 int pci_func; /**< PCI function number */
706#ifdef __alpha__ 703#ifdef __alpha__
707 struct pci_controller *hose; 704 struct pci_controller *hose;
708#endif 705#endif