diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-04-28 18:33:51 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-29 03:22:15 -0400 |
commit | 1692b27bf37826f85f9c12f8468848885643532a (patch) | |
tree | 98124e58827ed76c17f487cafb88e5b6fc6afeee /drivers/pnp/pnpbios | |
parent | 4a490498643ea37520c315769b293085b6018ddd (diff) |
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/pnpbios')
-rw-r--r-- | drivers/pnp/pnpbios/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pnp/pnpbios/core.c b/drivers/pnp/pnpbios/core.c index a8a51500e1e9..2a5353bceb24 100644 --- a/drivers/pnp/pnpbios/core.c +++ b/drivers/pnp/pnpbios/core.c | |||
@@ -69,6 +69,7 @@ | |||
69 | #include <asm/system.h> | 69 | #include <asm/system.h> |
70 | #include <asm/byteorder.h> | 70 | #include <asm/byteorder.h> |
71 | 71 | ||
72 | #include "../base.h" | ||
72 | #include "pnpbios.h" | 73 | #include "pnpbios.h" |
73 | 74 | ||
74 | /* | 75 | /* |