All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] baum: fix build
@ 2013-03-09  9:56 Blue Swirl
  2013-03-09  9:56 ` [Qemu-devel] [PATCH 2/2] qemu-char: fix win32 build Blue Swirl
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Blue Swirl @ 2013-03-09  9:56 UTC (permalink / raw)
  To: qemu-devel, aliguori, amit.shah; +Cc: blauwirbel

08744c98115cfa144ed3493556024e400b2e2573 removed hw/baum.h
but did not adjust hw/baum.c, breaking build. Fix.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
 hw/baum.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hw/baum.c b/hw/baum.c
index d75b150..d8919d5 100644
--- a/hw/baum.c
+++ b/hw/baum.c
@@ -25,7 +25,6 @@
 #include "char/char.h"
 #include "qemu/timer.h"
 #include "usb.h"
-#include "baum.h"
 #include <brlapi.h>
 #include <brlapi_constants.h>
 #include <brlapi_keycodes.h>
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-12  2:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09  9:56 [Qemu-devel] [PATCH 1/2] baum: fix build Blue Swirl
2013-03-09  9:56 ` [Qemu-devel] [PATCH 2/2] qemu-char: fix win32 build Blue Swirl
2013-03-10 13:50   ` Igor Mitsyanko
2013-03-10 21:03 ` [Qemu-devel] [PATCH 1/2] baum: fix build Stefan Weil
2013-03-12  2:02 ` Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.