From fcdd2ff1556c9e9d4f8631d5fb074494fea4e9bc Mon Sep 17 00:00:00 2001 From: riastradh Date: Wed, 26 Oct 2022 23:39:10 +0000 Subject: sys/filedesc.h: New home for extern cwdi0. --- sys/dev/firmload.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 -__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); -- cgit