Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docbook: fix s390 fatal error after header files moved

Fix (fatal error) s390 docbook file to handle renamed header files.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
37193fb4 8c275ce3

+4 -4
+4 -4
Documentation/DocBook/s390-drivers.tmpl
··· 100 100 the hardware structures represented here, please consult the Principles 101 101 of Operation. 102 102 </para> 103 - !Iinclude/asm-s390/cio.h 103 + !Iarch/s390/include/asm/cio.h 104 104 </sect1> 105 105 <sect1 id="ccwdev"> 106 106 <title>ccw devices</title> ··· 114 114 ccw device structure. Device drivers must not bypass those functions 115 115 or strange side effects may happen. 116 116 </para> 117 - !Iinclude/asm-s390/ccwdev.h 117 + !Iarch/s390/include/asm/ccwdev.h 118 118 !Edrivers/s390/cio/device.c 119 119 !Edrivers/s390/cio/device_ops.c 120 120 </sect1> ··· 125 125 measurement data which is made available by the channel subsystem 126 126 for each channel attached device. 127 127 </para> 128 - !Iinclude/asm-s390/cmb.h 128 + !Iarch/s390/include/asm/cmb.h 129 129 !Edrivers/s390/cio/cmf.c 130 130 </sect1> 131 131 </chapter> ··· 142 142 </para> 143 143 <sect1 id="ccwgroupdevices"> 144 144 <title>ccw group devices</title> 145 - !Iinclude/asm-s390/ccwgroup.h 145 + !Iarch/s390/include/asm/ccwgroup.h 146 146 !Edrivers/s390/cio/ccwgroup.c 147 147 </sect1> 148 148 </chapter>