]> Git Repo - qemu.git/commit - target/moxie/machine.c
moxie: Fix warning caused by missing include statement
authorStefan Weil <[email protected]>
Fri, 6 Feb 2015 21:43:12 +0000 (22:43 +0100)
committerMichael Tokarev <[email protected]>
Tue, 10 Feb 2015 07:26:05 +0000 (10:26 +0300)
commit302fe1235cf61df432cb3e5ff7e4fb7cc8561679
treec9b3c7053cd7e578ba6f8e656e69941cf15e5cff
parent2ae31aea21853c121968560138a817f103aafb92
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 <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target-moxie/machine.c
This page took 0.025427 seconds and 4 git commands to generate.