diff options
| author | Adam Belay <ambx1@neo.rr.com> | 2003-09-21 19:24:48 +0000 |
|---|---|---|
| committer | Adam Belay <ambx1@neo.rr.com> | 2003-09-21 19:24:48 +0000 |
| commit | 9715e1df131ec4028e03d6f55fb22d935ee8b972 (patch) | |
| tree | 998a695fb764c4d959bb12f1410d2aebbaf8ea2b /include/linux | |
| parent | ad011f20ebc177d3bf4ca066a9c8e9b623b464b5 (diff) | |
[PNPBIOS] move some more functions to local include file
This patch moves some unnecessary global functions to the local
pnpbios include file.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pnpbios.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/pnpbios.h b/include/linux/pnpbios.h index 4fefc51dbbcb..0720cd72d63a 100644 --- a/include/linux/pnpbios.h +++ b/include/linux/pnpbios.h @@ -131,10 +131,7 @@ struct pnp_bios_node { #ifdef CONFIG_PNPBIOS /* non-exported */ -extern int pnpbios_dont_use_current_config; extern struct pnp_dev_node_info node_info; -extern void *pnpbios_kmalloc(size_t size, int f); -extern int pnpbios_init (void); extern int pnp_bios_dev_node_info (struct pnp_dev_node_info *data); extern int pnp_bios_get_dev_node (u8 *nodenum, char config, struct pnp_bios_node *data); |
