Remove a gremlin so that this code compiles under -stable without

a "syntax error before `struct'" error.
This commit is contained in:
Josef Karthauser 2003-11-12 01:40:11 +00:00
parent 0d9ae4e24e
commit 447f52c8b4

View File

@ -1475,7 +1475,7 @@ ohci_softintr(void *v)
printf("ohci_softintr: sitd=%p is done\n", sitd);
sitd->isdone = 1;
#endif
struct ohci_pipe *opipe = (struct ohci_pipe *)xfer->pipe;
opipe = (struct ohci_pipe *)xfer->pipe;
if (opipe->aborting)
continue;