diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-20 03:30:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-20 03:30:01 -0400 |
commit | 6d90eb7ba341b3eb035121eff0b69d370cbc251e (patch) | |
tree | 332809825f5aab97e839ab4534e5b81fb28e0c84 /Documentation/driver-api | |
parent | f5b65348fd77839b50e79bc0a5e536832ea52d8d (diff) | |
parent | cf65a0f6f6ff7631ba0ac0513a14ca5b65320d80 (diff) |
Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping
Pull dma-mapping rename from Christoph Hellwig:
"Move all the dma-mapping code to kernel/dma and lose their dma-*
prefixes"
* tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping:
dma-mapping: move all DMA mapping code to kernel/dma
dma-mapping: use obj-y instead of lib-y for generic dma ops
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/infrastructure.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/infrastructure.rst b/Documentation/driver-api/infrastructure.rst index bee1b9a1702f..6172f3cc3d0b 100644 --- a/Documentation/driver-api/infrastructure.rst +++ b/Documentation/driver-api/infrastructure.rst | |||
@@ -49,10 +49,10 @@ Device Drivers Base | |||
49 | Device Drivers DMA Management | 49 | Device Drivers DMA Management |
50 | ----------------------------- | 50 | ----------------------------- |
51 | 51 | ||
52 | .. kernel-doc:: drivers/base/dma-coherent.c | 52 | .. kernel-doc:: kernel/dma/coherent.c |
53 | :export: | 53 | :export: |
54 | 54 | ||
55 | .. kernel-doc:: drivers/base/dma-mapping.c | 55 | .. kernel-doc:: kernel/dma/mapping.c |
56 | :export: | 56 | :export: |
57 | 57 | ||
58 | Device drivers PnP support | 58 | Device drivers PnP support |