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:
François Revol 2008-04-09 18:46:24 +00:00
parent aa84c115f6
commit facc00359b
1 changed files with 2 additions and 0 deletions

View File

@ -33,7 +33,9 @@ bus_std_ops(int32 op, ...)
#ifdef TRACE_USB
set_dprintf_enabled(true);
#ifndef __HAIKU__
load_driver_symbols("usb");
#endif
TRACE(("usb_module: init\n"));
#endif
Stack *stack = new(std::nothrow) Stack();