Use C99 initializers for pipe and bus methods.
authormpi <mpi@openbsd.org>
Wed, 4 Jun 2014 12:28:21 +0000 (12:28 +0000)
committermpi <mpi@openbsd.org>
Wed, 4 Jun 2014 12:28:21 +0000 (12:28 +0000)
commit927b026bdfcb05e945e74076e7b360f105c904fc
tree90da540037f3b569182205880a036b967993abf3
parent1421fa329f1eed0dff8a239736857cfb1f10e064
Use C99 initializers for pipe and bus methods.

Apart from improving readability, this will help us reduce the number of
no-op functions now that some of them are optional.

ok ratchov@
sys/dev/usb/ehci.c
sys/dev/usb/ohci.c
sys/dev/usb/uhci.c