diff options
| author | riastradh <riastradh@NetBSD.org> | 2022-10-26 23:39:10 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2022-10-26 23:39:10 +0000 |
| commit | fcdd2ff1556c9e9d4f8631d5fb074494fea4e9bc (patch) | |
| tree | 2dfbba8ac70588047fe0e67db0c3e1512fba2e64 /sys/dev | |
| parent | 6e07cca1c49dc8cf584bd1c863650205b4b63db1 (diff) | |
sys/filedesc.h: New home for extern cwdi0.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/firmload.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/firmload.c b/sys/dev/firmload.c index 8785e727b4e..cad9d9360ce 100644 --- a/sys/dev/firmload.c +++ b/sys/dev/firmload.c @@ -1,4 +1,4 @@ -/* $NetBSD: firmload.c,v 1.23 2021/06/29 22:40:53 dholland Exp $ */ +/* $NetBSD: firmload.c,v 1.24 2022/10/26 23:39:10 riastradh Exp $ */ /*- * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.23 2021/06/29 22:40:53 dholland Exp $"); +__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.24 2022/10/26 23:39:10 riastradh Exp $"); /* * The firmload API provides an interface for device drivers to access @@ -209,7 +209,6 @@ firmware_open(const char *drvname, const char *imgname, firmware_handle_t *fhp) firmware_handle_t fh; struct vnode *vp; int error; - extern struct cwdinfo cwdi0; if (drvname == NULL || imgname == NULL) return (EINVAL); |
