diff options
Diffstat (limited to 'sys/dev/usb/udbp.h')
-rw-r--r-- | sys/dev/usb/udbp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/udbp.h b/sys/dev/usb/udbp.h index a3b04aa..b447fcb 100644 --- a/sys/dev/usb/udbp.h +++ b/sys/dev/usb/udbp.h @@ -72,11 +72,9 @@ struct ngudbpstat { * This needs to be kept in sync with the above structure definition */ #define NG_UDBP_STATS_TYPE_INFO { \ - { \ { "packets_in", &ng_parse_int32_type }, \ { "packets_out", &ng_parse_int32_type }, \ { NULL }, \ - } \ } #endif /* _NETGRAPH_UDBP_H_ */ |