diff options
author | Christoph Hellwig <hch@lst.de> | 2020-10-08 08:53:03 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-10-08 18:00:08 +0200 |
commit | 2ef0342530b0f487a65b5f6c94c85dce5f9b53b5 (patch) | |
tree | e1f5efee3b34f2fab935cfd941a43de733d066ba /Documentation/admin-guide/pnp.rst | |
parent | 38db63baf83a4ab89335c7c6fb210ecac74fa781 (diff) |
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.rst | 4 |
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, |