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/ic/dcreg.h | |
parent | 757b5ac062ae44ec2edff9c36a5d01de68d93813 (diff) |
remove duplication, use ETHER_ALIGN from if_ether.h
Diffstat (limited to 'sys/dev/ic/dcreg.h')
-rw-r--r-- | sys/dev/ic/dcreg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h index 63d0e7584fb..463131cc26a 100644 --- a/sys/dev/ic/dcreg.h +++ b/sys/dev/ic/dcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dcreg.h,v 1.33 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: dcreg.h,v 1.34 2004/05/19 11:36:59 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -768,7 +768,6 @@ struct dc_softc { bus_space_read_4(sc->dc_btag, sc->dc_bhandle, reg) #define DC_TIMEOUT 1000 -#define ETHER_ALIGN 2 /* * General constants that are fun to know. |