diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-01-05 11:01:28 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-01-05 11:01:28 +0000 |
commit | 7936321aadbe8ffc7281a540aa8c8aad24a7a1d3 (patch) | |
tree | 7a671cdb8b6272a2f6b077d59943dc6e3ce67690 | |
parent | 5aebcf75ee4eaeceb5357ab2d0c36e3774d97b5e (diff) |
missed a bit in the last commit
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0_ohci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_ohci.c b/sys/arch/arm/xscale/pxa2x0_ohci.c index 936388e98a2..66b6c42fd58 100644 --- a/sys/arch/arm/xscale/pxa2x0_ohci.c +++ b/sys/arch/arm/xscale/pxa2x0_ohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0_ohci.c,v 1.3 2005/01/05 00:46:28 dlg Exp $ */ +/* $OpenBSD: pxa2x0_ohci.c,v 1.4 2005/01/05 11:01:27 dlg Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -81,7 +81,6 @@ pxaohci_attach(struct device *parent, struct device *self, void *aux) sc->sc.sc_bus.dmatag = pxa->pxa_dmat; sc->sc_intr = pxa->pxa_intr; sc->sc_ih = NULL; - sc->sc_ih1 = NULL; sc->sc.sc_size = 0; /* Map I/O space */ |