From: Thierry Reding Date: Fri, 8 Aug 2014 09:33:12 +0000 (+0200) Subject: drm/doc: Refer to proper source file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=251964845fbf539781dd2c6406cb2ba1bf9eddd0;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Reviewed-by: David Herrmann Signed-off-by: Dave Airlie --- 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; drm_dev_unregister() followed by a call to drm_dev_unref(). -!Edrivers/gpu/drm/drm_stub.c +!Edrivers/gpu/drm/drm_drv.c Driver Load