Skip to content

Commit

Permalink
trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)
Browse files Browse the repository at this point in the history
This reduces the dependencies on trace.h.
Only one source file which needs hcd-ehci.h also needs trace.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
stweil authored and Michael Tokarev committed Dec 2, 2013
1 parent ac86048 commit 1226961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions hw/usb/hcd-ehci.c
Expand Up @@ -28,6 +28,7 @@
*/

#include "hw/usb/hcd-ehci.h"
#include "trace.h"

/* Capability Registers Base Address - section 2.2 */
#define CAPLENGTH 0x0000 /* 1-byte, 0x0001 reserved */
Expand Down
1 change: 0 additions & 1 deletion hw/usb/hcd-ehci.h
Expand Up @@ -21,7 +21,6 @@
#include "qemu/timer.h"
#include "hw/usb.h"
#include "monitor/monitor.h"
#include "trace.h"
#include "sysemu/dma.h"
#include "sysemu/sysemu.h"
#include "hw/pci/pci.h"
Expand Down

0 comments on commit 1226961

Please sign in to comment.