Commit 302fe123 authored by Stefan Weil's avatar Stefan Weil Committed by Michael Tokarev
Browse files

moxie: Fix warning caused by missing include statement



Warning from the Sparse static analysis tool:

target-moxie/machine.c:4:26:
 warning: symbol 'vmstate_moxie_cpu' was not declared. Should it be static?

machine.h includes the missing declaration.

Cc: Anthony Green <green@moxielogic.com>
Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent 2ae31aea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#include "hw/hw.h"
#include "hw/boards.h"
#include "machine.h"

const VMStateDescription vmstate_moxie_cpu = {
    .name = "cpu",