From: Michel Dänzer Date: Thu, 14 Jun 2018 09:59:20 +0000 (+0200) Subject: drm/amdgpu: Restore :internal: for amdgpu_vm.c documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ab3ec8a1a9f1c785103f395e9502ab5804705134;p=linux.git drm/amdgpu: Restore :internal: for amdgpu_vm.c documentation This was accidentally dropped by the "drm/amdgpu: update documentation for amdgpu_irq.c v3" change, resulting in the GPUVM documentation body being included twice in the generated documentation. Trivial. Signed-off-by: Michel Dänzer Signed-off-by: Alex Deucher --- diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index e1656fe8f2474..e52d0ce186fe4 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -52,6 +52,7 @@ AMDGPU Virtual Memory :doc: GPUVM .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c + :internal: Interrupt Handling ------------------