summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-03 21:48:48 +0100
committerSimon Horman <horms+renesas@verge.net.au>2014-12-11 10:28:13 +0900
commit5b7067a4ad320c20a1cca56e76ecc7f617a01cd9 (patch)
tree1300c23868e8afca939bb8b23e57ddcf8b0deb54 /include
parentbe0e079c2abfc76e4a6da598ecccfbc6ed08eeeb (diff)
downloadrenesas_kernel-5b7067a4ad320c20a1cca56e76ecc7f617a01cd9.tar.gz
renesas_kernel-5b7067a4ad320c20a1cca56e76ecc7f617a01cd9.tar.bz2
renesas_kernel-5b7067a4ad320c20a1cca56e76ecc7f617a01cd9.zip
drm: rip out dev->devname
This was only ever used to pretty-print the irq driver name. And on kms systems due to set_version bonghits we never set up the prettier name, ever. Which make this a bit pointless. Also, we can always dig out the driver-instance/irq relationship through other means, so this isn't that useful. So just rip it out to simplify the set_version/set_busid insanity a bit. Also delete the temporary busname from drm_pci_set_busid, it's now unused. v2: Rebase on top of the new host1x drm_bus for tegra. Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> (cherry picked from commit 5829d1834e5486e83547f36576b160023c9609c2) Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Conflicts: drivers/gpu/drm/drm_stub.c
Diffstat (limited to 'include')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index bcc9a7d8102..7f9a1b08da9 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1096,7 +1096,6 @@ struct drm_vblank_crtc {
*/
struct drm_device {
struct list_head legacy_dev_list;/**< list of devices per driver for stealth attach cleanup */
- char *devname; /**< For /proc/interrupts */
int if_version; /**< Highest interface version set */
/** \name Locks */