commit | ffbab09bf939975b62ec233c426bf7df0dd4cea8 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Oct 04 14:53:40 2013 +0300 |
committer | Dave Airlie <airlied@redhat.com> | Wed Oct 09 15:55:33 2013 +1000 |
tree | f1ae5917f5061a3cfd2586d515fb36cd793f920a | |
parent | fc6ff1935b550bdf525e0caa5ef0894010375414 [diff] |
drm: Remove pci_vendor and pci_device from struct drm_device We can get the PCI vendor and device IDs via dev->pdev. So we can drop the duplicated information. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>