]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: fix docs build error after source file removed
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 3 Dec 2017 21:15:39 +0000 (13:15 -0800)
committerJonathan Corbet <corbet@lwn.net>
Sun, 3 Dec 2017 22:11:45 +0000 (15:11 -0700)
commit0830feefbe183d2638396a59f431023d43e136a9
tree81264bf2ff52d4387a5083b5a6755464c69a1977
parenta2b7f9fa42799b3b4a5017a807aea5b4e67d79a2
Documentation: fix docs build error after source file removed

The pci/htirq.c file was removed so remove it from the documentation
file also.

Error: Cannot open file ../drivers/pci/htirq.c
WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -export ../drivers/pci/htirq.c' failed with return code 2

Fixes: 88e14f54233d ("x86/PCI: Remove unused HyperTransport interrupt support")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/pci.rst