diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-03 09:14:02 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-03 09:14:02 +0000 |
| commit | 4ae4202e705cf6a12aa3cbb49efb153879a6bc2f (patch) | |
| tree | 67c0b1dff340675f1a80c19428709b7ccb468dad /sys/boot/common/pnp.c | |
| parent | c2fa9f3e891155b6bbcbbe9c92d86f697d4c499b (diff) | |
Notes
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 bb3695be3a8c..b859529a4d11 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 |
