diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 16:54:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 13:44:21 +0200 |
commit | 2a76213072c8d6ac4364455e236d52b7d36601ca (patch) | |
tree | b742d9d8de668ca784619828615d1190119a380b /arch/ia64/include | |
parent | ata: update references for libata documentation (diff) | |
download | linux-2a76213072c8d6ac4364455e236d52b7d36601ca.tar.xz linux-2a76213072c8d6ac4364455e236d52b7d36601ca.zip |
ia64, scsi: update references for the device-io book
The book is now at Documentation/driver-api/device-io.rst.
Update such references.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'arch/ia64/include')
-rw-r--r-- | arch/ia64/include/asm/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/io.h b/arch/ia64/include/asm/io.h index 5de673ac9cb1..a2540e21f919 100644 --- a/arch/ia64/include/asm/io.h +++ b/arch/ia64/include/asm/io.h @@ -117,7 +117,7 @@ extern int valid_mmap_phys_addr_range (unsigned long pfn, size_t count); * following the barrier will arrive after all previous writes. For most * ia64 platforms, this is a simple 'mf.a' instruction. * - * See Documentation/DocBook/deviceiobook.tmpl for more information. + * See Documentation/driver-api/device-io.rst for more information. */ static inline void ___ia64_mmiowb(void) { |