|
@@ -49,7 +49,6 @@ void drm_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver);
|
|
|
int drm_get_pci_dev(struct pci_dev *pdev,
|
|
|
const struct pci_device_id *ent,
|
|
|
struct drm_driver *driver);
|
|
|
-int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master);
|
|
|
#else
|
|
|
static inline int drm_get_pci_dev(struct pci_dev *pdev,
|
|
|
const struct pci_device_id *ent,
|
|
@@ -57,12 +56,6 @@ static inline int drm_get_pci_dev(struct pci_dev *pdev,
|
|
|
{
|
|
|
return -ENOSYS;
|
|
|
}
|
|
|
-
|
|
|
-static inline int drm_pci_set_busid(struct drm_device *dev,
|
|
|
- struct drm_master *master)
|
|
|
-{
|
|
|
- return -ENOSYS;
|
|
|
-}
|
|
|
#endif
|
|
|
|
|
|
#define DRM_PCIE_SPEED_25 1
|