Message ID | 1305818517-23371-1-git-send-email-peter.maydell@linaro.org |
---|---|
State | New |
Headers | show |
On Thu, May 19, 2011 at 4:21 PM, Peter Maydell <peter.maydell@linaro.org> wrote: > Remove a duplicate #include of sysbus.h. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > hw/realview.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, added to the trivial-patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan
diff --git a/hw/realview.c b/hw/realview.c index 96fb9da..82f3d82 100644 --- a/hw/realview.c +++ b/hw/realview.c @@ -17,7 +17,6 @@ #include "sysemu.h" #include "boards.h" #include "bitbang_i2c.h" -#include "sysbus.h" #include "blockdev.h" #define SMP_BOOT_ADDR 0xe0000000
Remove a duplicate #include of sysbus.h. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> --- hw/realview.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)