summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vrreg.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-05-19 11:37:01 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-05-19 11:37:01 +0000
commit4cc8db214e7d0cd1ee251b2911f21020c7deda58 (patch)
treee805d3bfa9992c89de8c30d5145beb920725655e /sys/dev/pci/if_vrreg.h
parent757b5ac062ae44ec2edff9c36a5d01de68d93813 (diff)
remove duplication, use ETHER_ALIGN from if_ether.h
Diffstat (limited to 'sys/dev/pci/if_vrreg.h')
-rw-r--r--sys/dev/pci/if_vrreg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_vrreg.h b/sys/dev/pci/if_vrreg.h
index 32681dc204d..f6e27bf80f1 100644
--- a/sys/dev/pci/if_vrreg.h
+++ b/sys/dev/pci/if_vrreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vrreg.h,v 1.11 2003/10/12 02:53:59 jason Exp $ */
+/* $OpenBSD: if_vrreg.h,v 1.12 2004/05/19 11:37:00 brad Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -495,7 +495,6 @@ struct vr_softc {
bus_space_read_1(sc->vr_btag, sc->vr_bhandle, reg)
#define VR_TIMEOUT 1000
-#define ETHER_ALIGN 2
/*
* General constants that are fun to know.