aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-08-29 06:12:45 -0400
committerDave Airlie <airlied@redhat.com>2014-09-10 03:43:27 -0400
commitd4f68a7506e924e28a9153933076628002ba8bbc (patch)
tree339bb74dceb7476fd1ace6a18e499a440a045cb4 /Documentation/DocBook
parentc5786fe5f1c50941dbe27fc8b4aa1afee46ae893 (diff)
drm: merge drm_usb into udl
This merges all the remains of drm_usb into its only user, udl. We can then drop all the drm_usb stuff, including dev->usbdev. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/drm.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 58ab4d32c86f..1fce7dc46d87 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -291,10 +291,9 @@ char *date;</synopsis>
291 <title>Device Registration</title> 291 <title>Device Registration</title>
292 <para> 292 <para>
293 A number of functions are provided to help with device registration. 293 A number of functions are provided to help with device registration.
294 The functions deal with PCI, USB and platform devices, respectively. 294 The functions deal with PCI and platform devices, respectively.
295 </para> 295 </para>
296!Edrivers/gpu/drm/drm_pci.c 296!Edrivers/gpu/drm/drm_pci.c
297!Edrivers/gpu/drm/drm_usb.c
298!Edrivers/gpu/drm/drm_platform.c 297!Edrivers/gpu/drm/drm_platform.c
299 <para> 298 <para>
300 New drivers that no longer rely on the services provided by the 299 New drivers that no longer rely on the services provided by the