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/nseries.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/nseries.c')
-rw-r--r-- | hw/nseries.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nseries.c b/hw/nseries.c index 144fd5a42..f7aae7a59 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -32,6 +32,7 @@ #include "bt.h" #include "loader.h" #include "blockdev.h" +#include "tusb6010.h" /* Nokia N8x0 support */ struct n800_s { |