diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-08 11:33:12 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-08-15 09:50:41 +1000 |
commit | 251964845fbf539781dd2c6406cb2ba1bf9eddd0 (patch) | |
tree | d0a1c44ef2f19b6a69dca82371df9fa3999df392 /Documentation | |
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')
-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> <function>drm_dev_unregister()</function> followed by a call to <function>drm_dev_unref()</function>. </para> -!Edrivers/gpu/drm/drm_stub.c +!Edrivers/gpu/drm/drm_drv.c </sect2> <sect2> <title>Driver Load</title> |