diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 11:37:01 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 11:37:01 +0000 |
commit | 4cc8db214e7d0cd1ee251b2911f21020c7deda58 (patch) | |
tree | e805d3bfa9992c89de8c30d5145beb920725655e /sys/dev/usb/if_axereg.h | |
parent | 757b5ac062ae44ec2edff9c36a5d01de68d93813 (diff) |
remove duplication, use ETHER_ALIGN from if_ether.h
Diffstat (limited to 'sys/dev/usb/if_axereg.h')
-rw-r--r-- | sys/dev/usb/if_axereg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/if_axereg.h b/sys/dev/usb/if_axereg.h index f8ec0188cf8..cd406d3fe19 100644 --- a/sys/dev/usb/if_axereg.h +++ b/sys/dev/usb/if_axereg.h @@ -107,7 +107,6 @@ #define AXE_CONFIG_NO 1 #define AXE_IFACE_IDX 0 -#define ETHER_ALIGN 2 /* * The interrupt endpoint is currently unused * by the ASIX part. |