[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5fc71be8-e465-211d-757f-457a8054673c@infradead.org>
Date: Sun, 3 Dec 2017 13:15:39 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
Jonathan Corbet <corbet@....net>,
Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-pci <linux-pci@...r.kernel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>
Subject: [PATCH] Documentation: fix docs build error after source file removed
From: Randy Dunlap <rdunlap@...radead.org>
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: fd2fa6c18b72 ("x86/PCI: Remove unused HyperTransport interrupt support")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
Documentation/driver-api/pci.rst | 3 ---
1 file changed, 3 deletions(-)
--- lnx-415-rc2.orig/Documentation/driver-api/pci.rst
+++ lnx-415-rc2/Documentation/driver-api/pci.rst
@@ -25,9 +25,6 @@ PCI Support Library
.. kernel-doc:: drivers/pci/irq.c
:export:
-.. kernel-doc:: drivers/pci/htirq.c
- :export:
-
.. kernel-doc:: drivers/pci/probe.c
:export:
Powered by blists - more mailing lists