aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_axe.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2010-09-01 23:47:53 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2010-09-01 23:47:53 +0000
commit910cb8feb94f25e1ad5446f771445c2a3f97a845 (patch)
tree7a1bc3589c16416a0d46c9217730539a6e4e7b98 /sys/dev/usb/net/if_axe.c
parent7723fa2e04d8403a075a1764300cb2e5a694799b (diff)
Notes
Diffstat (limited to 'sys/dev/usb/net/if_axe.c')
-rw-r--r--sys/dev/usb/net/if_axe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/net/if_axe.c b/sys/dev/usb/net/if_axe.c
index e255c855c94bc..09f6561e21bd8 100644
--- a/sys/dev/usb/net/if_axe.c
+++ b/sys/dev/usb/net/if_axe.c
@@ -256,6 +256,7 @@ MODULE_DEPEND(axe, uether, 1, 1, 1);
MODULE_DEPEND(axe, usb, 1, 1, 1);
MODULE_DEPEND(axe, ether, 1, 1, 1);
MODULE_DEPEND(axe, miibus, 1, 1, 1);
+MODULE_VERSION(axe, 1);
static const struct usb_ether_methods axe_ue_methods = {
.ue_attach_post = axe_attach_post,