Fix building usb bus manager with TRACE on.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24877 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
aa84c115f6
commit
facc00359b
@ -33,7 +33,9 @@ bus_std_ops(int32 op, ...)
|
|||||||
|
|
||||||
#ifdef TRACE_USB
|
#ifdef TRACE_USB
|
||||||
set_dprintf_enabled(true);
|
set_dprintf_enabled(true);
|
||||||
|
#ifndef __HAIKU__
|
||||||
load_driver_symbols("usb");
|
load_driver_symbols("usb");
|
||||||
|
#endif
|
||||||
TRACE(("usb_module: init\n"));
|
TRACE(("usb_module: init\n"));
|
||||||
#endif
|
#endif
|
||||||
Stack *stack = new(std::nothrow) Stack();
|
Stack *stack = new(std::nothrow) Stack();
|
||||||
|
Loading…
Reference in New Issue
Block a user