diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-06 23:42:41 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 00:59:28 +0100 |
commit | 07983f0e36eab01a5385117e55154a2aa796eafc (patch) | |
tree | d520b6d7d6c396c773740acdb2ef8b21baeac9da /Documentation/DMA-mapping.txt | |
parent | rapidio: remove excess kernel-doc notation (diff) | |
download | linux-07983f0e36eab01a5385117e55154a2aa796eafc.tar.xz linux-07983f0e36eab01a5385117e55154a2aa796eafc.zip |
documentation: update header file paths
Update several Documentation/ files and a few sub-dir files (only one
change in each) to reflect changed header files locations.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DMA-mapping.txt')
-rw-r--r-- | Documentation/DMA-mapping.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DMA-mapping.txt b/Documentation/DMA-mapping.txt index c74fec8c2351..b2a4d6d244d9 100644 --- a/Documentation/DMA-mapping.txt +++ b/Documentation/DMA-mapping.txt @@ -26,7 +26,7 @@ mapped only for the time they are actually used and unmapped after the DMA transfer. The following API will work of course even on platforms where no such -hardware exists, see e.g. include/asm-i386/pci.h for how it is implemented on +hardware exists, see e.g. arch/x86/include/asm/pci.h for how it is implemented on top of the virt_to_bus interface. First of all, you should make sure |