aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/admin-guide/pnp.rst
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-10-08 08:53:03 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-10-08 18:00:08 +0200
commit2ef0342530b0f487a65b5f6c94c85dce5f9b53b5 (patch)
treee1f5efee3b34f2fab935cfd941a43de733d066ba /Documentation/admin-guide/pnp.rst
parentPNP: ACPI: Fix missing-prototypes in acpi_pnp.c (diff)
downloadwireguard-linux-2ef0342530b0f487a65b5f6c94c85dce5f9b53b5.tar.xz
wireguard-linux-2ef0342530b0f487a65b5f6c94c85dce5f9b53b5.zip
PNP: remove the now unused pnp_find_card() function
All user of the pnp_find_card() compat wrapper are gone, so remove the function as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/admin-guide/pnp.rst')
-rw-r--r--Documentation/admin-guide/pnp.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/admin-guide/pnp.rst b/Documentation/admin-guide/pnp.rst
index bab2d10631f0..3eda08191d13 100644
--- a/Documentation/admin-guide/pnp.rst
+++ b/Documentation/admin-guide/pnp.rst
@@ -281,10 +281,6 @@ ISAPNP drivers. They should serve as a temporary solution only.
They are as follows::
- struct pnp_card *pnp_find_card(unsigned short vendor,
- unsigned short device,
- struct pnp_card *from)
-
struct pnp_dev *pnp_find_dev(struct pnp_card *card,
unsigned short vendor,
unsigned short function,