diff options
author | Juan Quintela <quintela@redhat.com> | 2010-12-02 14:07:44 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-04-22 14:41:42 -0500 |
commit | dd8a4dcda4c985cfa313cfe70ab0385c07341480 (patch) | |
tree | 65d5c4445c43e5efddc9092c96cb9647262059bd /hw/stellaris.c | |
parent | 4483c7ac31f76e91fe69bf7f2346e77a10ac427e (diff) |
vmstate: stellaris use unused for placeholder entries
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw/stellaris.c')
-rw-r--r-- | hw/stellaris.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/stellaris.c b/hw/stellaris.c index 58aec190ec..ac9fcc1f38 100644 --- a/hw/stellaris.c +++ b/hw/stellaris.c @@ -290,8 +290,7 @@ static const VMStateDescription vmstate_stellaris_gptm = { VMSTATE_UINT32(control, gptm_state), VMSTATE_UINT32(state, gptm_state), VMSTATE_UINT32(mask, gptm_state), - VMSTATE_UINT32(mode[0], gptm_state), - VMSTATE_UINT32(mode[0], gptm_state), + VMSTATE_UNUSED(8), VMSTATE_UINT32_ARRAY(load, gptm_state, 2), VMSTATE_UINT32_ARRAY(match, gptm_state, 2), VMSTATE_UINT32_ARRAY(prescale, gptm_state, 2), |