linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Docu: fix build warnings for PCI
@ 2024-02-12 15:09 Philipp Stanner
  2024-02-12 17:08 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Stanner @ 2024-02-12 15:09 UTC (permalink / raw)
  To: Jonathan Corbet, Arnd Bergmann, Michael Ellerman, Helge Deller,
	John Paul Adrian Glaubitz, Baoquan He, Bjorn Helgaas
  Cc: linux-doc, linux-kernel, linux-pci, Philipp Stanner,
	Stephen Rothwell

drivers/pci/iomap.c was accidentally added to the Documentation
generation at two places.

Remove it from Documentation/driver-api/device-io.rst to resolve the
collision.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20240205160908.6df5e790@canb.auug.org.au/
Fixes: 025bbeb5c880 ("lib: move pci_iomap.c to drivers/pci/")
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
---
As discussed with Bjorn; this will be squashed into the series that
caused the problem, in PCI.
---
 Documentation/driver-api/device-io.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/driver-api/device-io.rst b/Documentation/driver-api/device-io.rst
index d9ba2dfd1239..5c7e8194bef9 100644
--- a/Documentation/driver-api/device-io.rst
+++ b/Documentation/driver-api/device-io.rst
@@ -517,6 +517,3 @@ Public Functions Provided
 
 .. kernel-doc:: arch/x86/include/asm/io.h
    :internal:
-
-.. kernel-doc:: drivers/pci/iomap.c
-   :export:
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-12 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12 15:09 [PATCH] Docu: fix build warnings for PCI Philipp Stanner
2024-02-12 17:08 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).