[PATCH] docs: pcmcia: Update location of PCMCIA_DEV_ID_MATCH_* constants

Uwe Kleine-König posted 1 patch 1 week ago
Documentation/pcmcia/driver.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: pcmcia: Update location of PCMCIA_DEV_ID_MATCH_* constants
Posted by Uwe Kleine-König 1 week ago
Recently <linux/mod_devicetable.h> was split into per-bus headers in
commit ad428f5811bd ("mod_devicetable.h: Split into per subsystem
headers"). Update the pcmcia documentation to refer to the new location
of the mentioned #defines.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
---
 Documentation/pcmcia/driver.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/pcmcia/driver.rst b/Documentation/pcmcia/driver.rst
index 5c4fe84d51c1..b91e5c14cb87 100644
--- a/Documentation/pcmcia/driver.rst
+++ b/Documentation/pcmcia/driver.rst
@@ -15,7 +15,7 @@ runtime as shown below::
 All fields are passed in as hexadecimal values (no leading 0x).
 The meaning is described in the PCMCIA specification, the match_flags is
 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
-defined in include/linux/mod_devicetable.h.
+defined in include/linux/device-id/pcmcia.h.
 
 Once added, the driver probe routine will be invoked for any unclaimed
 PCMCIA device listed in its (newly updated) pcmcia_device_id list.

base-commit: e6e35979777d646fe3c7c94dca7dd32fb25d45f4
-- 
2.55.0.11.g153666a7d9bb

Re: [PATCH] docs: pcmcia: Update location of PCMCIA_DEV_ID_MATCH_* constants
Posted by Uwe Kleine-König 1 week ago
Hello,

On Thu, Sep 17, 2026 at 08:25:36AM +0200, Uwe Kleine-König wrote:
> Recently <linux/mod_devicetable.h> was split into per-bus headers in
> commit ad428f5811bd ("mod_devicetable.h: Split into per subsystem
> headers"). Update the pcmcia documentation to refer to the new location
> of the mentioned #defines.

oops, I had the wrong branch checked out when I diagnosed this patch was
necessary.

https://lore.kernel.org/all/20260908070031.32833-1-kmehltretter@gmail.com/
is the better patch, please drop this one.

Best regards
Uwe