summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/base.h
diff options
context:
space:
mode:
authorBjorn Helgaas2008-04-29 00:33:51 +0200
committerLen Brown2008-04-29 09:22:15 +0200
commit1692b27bf37826f85f9c12f8468848885643532a (patch)
tree98124e58827ed76c17f487cafb88e5b6fc6afeee /drivers/pnp/base.h
parentPNPACPI: continue after _CRS and _PRS errors (diff)
downloadkernel-qcow2-linux-1692b27bf37826f85f9c12f8468848885643532a.tar.gz
kernel-qcow2-linux-1692b27bf37826f85f9c12f8468848885643532a.tar.xz
kernel-qcow2-linux-1692b27bf37826f85f9c12f8468848885643532a.zip
PNP: make pnp_add_id() internal to PNP core
pnp_add_id() doesn't need to be exposed outside the PNP core, so move the declaration to an internal header file. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-By: Rene Herman <rene.herman@gmail.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/pnp/base.h')
-rw-r--r--drivers/pnp/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pnp/base.h b/drivers/pnp/base.h
index 31a633f65547..abefcc351521 100644
--- a/drivers/pnp/base.h
+++ b/drivers/pnp/base.h
@@ -1,5 +1,6 @@
extern spinlock_t pnp_lock;
void *pnp_alloc(long size);
+int pnp_add_id(struct pnp_id *id, struct pnp_dev *dev);
int pnp_interface_attach_device(struct pnp_dev *dev);
void pnp_fixup_device(struct pnp_dev *dev);
void pnp_free_option(struct pnp_option *option);