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-Tag: for-linus-20180825~57^2~40^2~21 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ab3ec8a1a9f1c785103f395e9502ab5804705134;p=linux-block.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 e1656fe8f247..e52d0ce186fe 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 ------------------