aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tsec/if_tsec.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-05-10 17:21:39 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-10 17:21:39 +0000
commit67eeba26829bd89709946d370f084694863096bc (patch)
tree8421f69f4186425d6c68a6ab3c79c8dc6c29416b /sys/dev/tsec/if_tsec.c
parentbce4876eb49c10c86efd2433578d1ab6de2b0c9b (diff)
Diffstat (limited to 'sys/dev/tsec/if_tsec.c')
-rw-r--r--sys/dev/tsec/if_tsec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/tsec/if_tsec.c b/sys/dev/tsec/if_tsec.c
index e8db204f07bc..979c0c4e62cc 100644
--- a/sys/dev/tsec/if_tsec.c
+++ b/sys/dev/tsec/if_tsec.c
@@ -109,7 +109,6 @@ static void tsec_offload_process_frame(struct tsec_softc *sc,
static void tsec_setup_multicast(struct tsec_softc *sc);
static int tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu);
-devclass_t tsec_devclass;
DRIVER_MODULE(miibus, tsec, miibus_driver, 0, 0);
MODULE_DEPEND(tsec, ether, 1, 1, 1);
MODULE_DEPEND(tsec, miibus, 1, 1, 1);