diff options
Diffstat (limited to 'sys/boot/common/pnp.c')
-rw-r--r-- | sys/boot/common/pnp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/common/pnp.c b/sys/boot/common/pnp.c index bb3695b..b859529 100644 --- a/sys/boot/common/pnp.c +++ b/sys/boot/common/pnp.c @@ -19,8 +19,6 @@ STAILQ_HEAD(,pnpinfo) pnp_devices; static int pnp_devices_initted = 0; static void pnp_discard(void); -static int pnp_readconf(char *path); -static int pnp_scankernel(void); /* * Perform complete enumeration sweep |