diff mbox

[qom-cpu,for-1.4] cpu-defs.h: Drop qemu_work_item prototype

Message ID 1358533813-3542-1-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber Jan. 18, 2013, 6:30 p.m. UTC
Commit c64ca8140e9c21cd0d44c10fbe1247cb4ade8e6e (cpu: Move
queued_work_{first,last} to CPUState) moved the qemu_work_item fields
away. Clean up the now unused prototype.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 include/exec/cpu-defs.h |    2 --
 1 Datei geändert, 2 Zeilen entfernt(-)

Comments

Blue Swirl Jan. 19, 2013, 2 p.m. UTC | #1
Thanks, applied.

On Fri, Jan 18, 2013 at 6:30 PM, Andreas Färber <afaerber@suse.de> wrote:
> Commit c64ca8140e9c21cd0d44c10fbe1247cb4ade8e6e (cpu: Move
> queued_work_{first,last} to CPUState) moved the qemu_work_item fields
> away. Clean up the now unused prototype.
>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  include/exec/cpu-defs.h |    2 --
>  1 Datei geändert, 2 Zeilen entfernt(-)
>
> diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
> index d0cf85a..2911b9f 100644
> --- a/include/exec/cpu-defs.h
> +++ b/include/exec/cpu-defs.h
> @@ -134,8 +134,6 @@ typedef struct icount_decr_u16 {
>  } icount_decr_u16;
>  #endif
>
> -struct qemu_work_item;
> -
>  typedef struct CPUBreakpoint {
>      target_ulong pc;
>      int flags; /* BP_* */
> --
> 1.7.10.4
>
>
diff mbox

Patch

diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
index d0cf85a..2911b9f 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -134,8 +134,6 @@  typedef struct icount_decr_u16 {
 } icount_decr_u16;
 #endif
 
-struct qemu_work_item;
-
 typedef struct CPUBreakpoint {
     target_ulong pc;
     int flags; /* BP_* */