diff options
| author | Daniel Vetter <[email protected]> | 2013-11-03 19:30:25 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2014-04-22 09:41:13 +0000 |
| commit | 42b21049fc26513ca8e732f47559b1525b04a992 (patch) | |
| tree | 5d31b3b662d2310a20255ec89d5881ec938b8ca3 /drivers/gpu/drm/drm_pci.c | |
| parent | drm: remove drm_dev_to_irq from drivers (diff) | |
| download | kernel-42b21049fc26513ca8e732f47559b1525b04a992.tar.gz kernel-42b21049fc26513ca8e732f47559b1525b04a992.zip | |
drm: kill drm_bus->bus_type
Completely unused. Hooray, midlayer mistakes that didn't cause work to
undo!
v2: Rebase on top of the recent tegra changes which added a host1x drm
bus.
Reviewed-by: Thierry Reding <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/drm_pci.c')
| -rw-r--r-- | drivers/gpu/drm/drm_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_pci.c b/drivers/gpu/drm/drm_pci.c index 8d4221683af4..08c76af920d6 100644 --- a/drivers/gpu/drm/drm_pci.c +++ b/drivers/gpu/drm/drm_pci.c @@ -317,7 +317,6 @@ void drm_pci_agp_destroy(struct drm_device *dev) } static struct drm_bus drm_pci_bus = { - .bus_type = DRIVER_BUS_PCI, .get_irq = drm_pci_get_irq, .get_name = drm_pci_get_name, .set_busid = drm_pci_set_busid, |
