summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/firmload.c5
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);