diff mbox

[1/2] baum: fix build

Message ID c50406bda98f8b277e8b9004a0012fa5e5c124d0.1362822910.git.blauwirbel@gmail.com
State New
Headers show

Commit Message

Blue Swirl March 9, 2013, 9:56 a.m. UTC
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(-)

Comments

Stefan Weil March 10, 2013, 9:03 p.m. UTC | #1
Am 09.03.2013 10:56, schrieb Blue Swirl:
> 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>
>    


Reviewed-by: Stefan Weil <sw@weilnetz.de>
Anthony Liguori March 12, 2013, 2:02 a.m. UTC | #2
Applied.  Thanks.

Regards,

Anthony Liguori
diff mbox

Patch

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>