diff mbox

xtensa: remove unnecessary include of dyngen-exec.h

Message ID 1335389626-29458-1-git-send-email-peter.portante@redhat.com
State New
Headers show

Commit Message

Peter Portante April 25, 2012, 9:33 p.m. UTC
---
 xtensa-semi.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Max Filippov April 29, 2012, 7:07 p.m. UTC | #1
On 04/26/2012 01:33 AM, Peter Portante wrote:
> ---
>   xtensa-semi.c |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/xtensa-semi.c b/xtensa-semi.c
> index b7c8c34..1c8a19e 100644
> --- a/xtensa-semi.c
> +++ b/xtensa-semi.c
> @@ -30,7 +30,6 @@
>   #include<string.h>
>   #include<stddef.h>
>   #include "cpu.h"
> -#include "dyngen-exec.h"
>   #include "helper.h"
>   #include "qemu-log.h"
>

Thanks, applied to the xtensa tree. I have also added your signed-off-by line
that was in the first patch version, but not in this one. Please don't omit it.

-- Max
diff mbox

Patch

diff --git a/xtensa-semi.c b/xtensa-semi.c
index b7c8c34..1c8a19e 100644
--- a/xtensa-semi.c
+++ b/xtensa-semi.c
@@ -30,7 +30,6 @@ 
 #include <string.h>
 #include <stddef.h>
 #include "cpu.h"
-#include "dyngen-exec.h"
 #include "helper.h"
 #include "qemu-log.h"