diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-08 05:33:12 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-08-14 19:50:41 -0400 |
commit | 251964845fbf539781dd2c6406cb2ba1bf9eddd0 (patch) | |
tree | d0a1c44ef2f19b6a69dca82371df9fa3999df392 /Documentation/DocBook/drm.tmpl | |
parent | 83d45f234d7c20feefe9c4417e157948c97f511c (diff) |
drm/doc: Refer to proper source file
Commit 21d70354bba9 ("drm: move drm_stub.c to drm_drv.c") moves the code
from drm_stub.c into drm_drv.c. Update DocBook to include that instead.
This also came in via other people, but all the same.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 1d3756d3176c..bacefc5b222e 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -315,7 +315,7 @@ char *date;</synopsis> | |||
315 | <function>drm_dev_unregister()</function> followed by a call to | 315 | <function>drm_dev_unregister()</function> followed by a call to |
316 | <function>drm_dev_unref()</function>. | 316 | <function>drm_dev_unref()</function>. |
317 | </para> | 317 | </para> |
318 | !Edrivers/gpu/drm/drm_stub.c | 318 | !Edrivers/gpu/drm/drm_drv.c |
319 | </sect2> | 319 | </sect2> |
320 | <sect2> | 320 | <sect2> |
321 | <title>Driver Load</title> | 321 | <title>Driver Load</title> |