From: Sean Paul <seanp...@chromium.org> Fixes htmldocs build error: Error: Cannot open file ../drivers/gpu/drm/drm_global.c
Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2") Cc: Thomas Zimmermann <tzimmerm...@suse.de> Cc: Christian König <christian.koe...@amd.com> Cc: Junwei Zhang <jerry.zh...@amd.com> Cc: Alex Deucher <alexander.deuc...@amd.com> Cc: Maarten Lankhorst <maarten.lankho...@linux.intel.com> Cc: Maxime Ripard <maxime.rip...@bootlin.com> Cc: Sean Paul <s...@poorly.run> Cc: David Airlie <airl...@linux.ie> Cc: Christian Koenig <christian.koe...@amd.com> Cc: Huang Rui <ray.hu...@amd.com> Cc: dri-de...@lists.freedesktop.org Signed-off-by: Sean Paul <seanp...@chromium.org> --- Documentation/gpu/drm-mm.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index d0f3c6b032009..54a696d961a7c 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -79,9 +79,6 @@ count for the TTM, which will call your initialization function. See the radeon_ttm.c file for an example of usage. -.. kernel-doc:: drivers/gpu/drm/drm_global.c - :export: - The Graphics Execution Manager (GEM) ==================================== -- Sean Paul, Software Engineer, Google / Chromium OS