[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240212150934.24559-1-pstanner@redhat.com>
Date: Mon, 12 Feb 2024 16:09:34 +0100
From: Philipp Stanner <pstanner@...hat.com>
To: Jonathan Corbet <corbet@....net>,
Arnd Bergmann <arnd@...db.de>,
Michael Ellerman <mpe@...erman.id.au>,
Helge Deller <deller@....de>,
John Paul Adrian Glaubitz <glaubitz@...sik.fu-berlin.de>,
Baoquan He <bhe@...hat.com>,
Bjorn Helgaas <helgaas@...nel.org>
Cc: linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-pci@...r.kernel.org,
Philipp Stanner <pstanner@...hat.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [PATCH] Docu: fix build warnings for PCI
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@...b.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@...hat.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
Powered by blists - more mailing lists