diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-06-23 09:09:10 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-06-26 10:01:32 -0600 |
commit | 985098a05eee6bf5caca7e997e02a5b15242cfa0 (patch) | |
tree | 0257b117a9e810cf904d779b8b3664d323086d33 /Documentation/core-api/dma-isa-lpc.rst | |
parent | bbea2aa335c21006b299f5731a80802dc7e8fcca (diff) | |
download | linux-985098a05eee6bf5caca7e997e02a5b15242cfa0.tar.bz2 |
docs: fix references for DMA*.txt files
As we moved those files to core-api, fix references to point
to their newer locations.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/37b2fd159fbc7655dbf33b3eb1215396a25f6344.1592895969.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/dma-isa-lpc.rst')
-rw-r--r-- | Documentation/core-api/dma-isa-lpc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/dma-isa-lpc.rst b/Documentation/core-api/dma-isa-lpc.rst index b1ec7b16c21f..e59a3d35a93d 100644 --- a/Documentation/core-api/dma-isa-lpc.rst +++ b/Documentation/core-api/dma-isa-lpc.rst @@ -17,7 +17,7 @@ To do ISA style DMA you need to include two headers:: #include <asm/dma.h> The first is the generic DMA API used to convert virtual addresses to -bus addresses (see Documentation/DMA-API.txt for details). +bus addresses (see :doc:`/core-api/dma-api` for details). The second contains the routines specific to ISA DMA transfers. Since this is not present on all platforms make sure you construct your |