svn commit: r215335 - head/sys/dev/usb/net
Kevin Lo
kevlo at FreeBSD.org
Mon Nov 15 06:04:25 UTC 2010
Author: kevlo
Date: Mon Nov 15 06:04:25 2010
New Revision: 215335
URL: http://svn.freebsd.org/changeset/base/215335
Log:
Remove unused struct rue_type
Modified:
head/sys/dev/usb/net/if_ruereg.h
Modified: head/sys/dev/usb/net/if_ruereg.h
==============================================================================
--- head/sys/dev/usb/net/if_ruereg.h Mon Nov 15 05:25:51 2010 (r215334)
+++ head/sys/dev/usb/net/if_ruereg.h Mon Nov 15 06:04:25 2010 (r215335)
@@ -157,11 +157,6 @@ struct rue_intrpkt {
uint8_t rue_col_cnt;
} __packed;
-struct rue_type {
- uint16_t rue_vid;
- uint16_t rue_did;
-};
-
enum {
RUE_BULK_DT_WR,
RUE_BULK_DT_RD,
More information about the svn-src-all
mailing list