Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().
authorstsp <stsp@openbsd.org>
Sat, 17 May 2014 12:54:57 +0000 (12:54 +0000)
committerstsp <stsp@openbsd.org>
Sat, 17 May 2014 12:54:57 +0000 (12:54 +0000)
commit2b5248a2579d2d69b1bd8145a2d26b3e2048e7b8
tree23903511cb62846ac4bb2580d77620e4424eb427
parentafce1aa80404868ef739b3d98345e9642d92fe42
Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().
Since no DPRINTF() call remains also remove its definition (requested by mpi@).
ok mpi, and also reported by Jean-Philippe Ouellet
sys/dev/cardbus/ehci_cardbus.c