diff options
author | Avi Kivity <avi@redhat.com> | 2011-08-15 17:17:22 +0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-22 10:20:40 -0500 |
commit | d09871f69c1863e6683d7c62a72b2d1a98e6d639 (patch) | |
tree | f2a603479f7de8fb9af050541f109db17dd55a97 /hw/tusb6010.c | |
parent | fc2bf44972349b078d8310466c3866615500e67f (diff) |
tusb6010: move declarations to new file tusb6010.h
Avoid #include hell.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/tusb6010.c')
-rw-r--r-- | hw/tusb6010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tusb6010.c b/hw/tusb6010.c index d7ae527a53..925136bdf8 100644 --- a/hw/tusb6010.c +++ b/hw/tusb6010.c @@ -23,7 +23,7 @@ #include "usb.h" #include "omap.h" #include "irq.h" -#include "devices.h" +#include "tusb6010.h" struct TUSBState { int iomemtype[2]; |