]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/drm/drmP.h
drm: Remove pci_vendor and pci_device from struct drm_device
[karo-tx-linux.git] / include / drm / drmP.h
index e26b802367191bff09179c34a45421169d2d2672..a5d8024ad56dd73c436b5b3a7918db9a7240b643 100644 (file)
@@ -1184,8 +1184,6 @@ struct drm_device {
 
        struct device *dev;             /**< Device structure */
        struct pci_dev *pdev;           /**< PCI device structure */
-       int pci_vendor;                 /**< PCI vendor id */
-       int pci_device;                 /**< PCI device id */
 #ifdef __alpha__
        struct pci_controller *hose;
 #endif