aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drmP.h
diff options
context:
space:
mode:
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