aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvmf/controller
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-09-25 14:21:18 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2024-09-25 14:21:18 +0000
commitb1d324d98761a8640aef94c76cbccafc22c8dcc8 (patch)
tree09ea7ced2a478c2bfab955ea19beb13f22f783fa /sys/dev/nvmf/controller
parent0063ef79f9e6b9ad47969af3b94ae63e7888852c (diff)
Diffstat (limited to 'sys/dev/nvmf/controller')
-rw-r--r--sys/dev/nvmf/controller/ctl_frontend_nvmf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/nvmf/controller/ctl_frontend_nvmf.c b/sys/dev/nvmf/controller/ctl_frontend_nvmf.c
index bc061947a9a0..3d09ee901886 100644
--- a/sys/dev/nvmf/controller/ctl_frontend_nvmf.c
+++ b/sys/dev/nvmf/controller/ctl_frontend_nvmf.c
@@ -51,8 +51,6 @@ static int nvmft_ioctl(struct cdev *cdev, u_long cmd, caddr_t data,
int flag, struct thread *td);
static int nvmft_shutdown(void);
-extern struct ctl_softc *control_softc;
-
static struct taskqueue *nvmft_taskq;
static TAILQ_HEAD(, nvmft_port) nvmft_ports;
static struct sx nvmft_ports_lock;