diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-09 08:27:40 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-10-09 08:27:40 +0000 |
commit | a10cee30c94cf5944826d2a495e9cdf339dfbcc8 (patch) | |
tree | e7c16f01159a965270042d2eee89fe0f8bea4679 /sys/dev/usb/net | |
parent | 10d66948a86af28bd85ffc630b1db99a2a3d25de (diff) |
Notes
Diffstat (limited to 'sys/dev/usb/net')
-rw-r--r-- | sys/dev/usb/net/usb_ethernet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 2a7bddfdbe3d..6857bac88795 100644 --- a/sys/dev/usb/net/usb_ethernet.c +++ b/sys/dev/usb/net/usb_ethernet.c @@ -549,7 +549,7 @@ uether_modevent(module_t mod, int type, void *data) static moduledata_t uether_mod = { "uether", uether_modevent, - 0 + NULL }; struct mbuf * |