[PATCH] docs: pcmcia: Update location of PCMCIA_DEV_ID_MATCH_* constants
From: Uwe Kleine-König
Date: Thu Sep 17 2026 - 02:26:17 EST
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@xxxxxxxxxxxx>
---
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