mirror of https://github.com/xqemu/xqemu.git
i.MX: Fix Coding style for EPIT emulator
Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Message-id: d8d70683c6a48ac318c1635595619cfb0eb31681.1437080501.git.jcd@tribudubois.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
951cd00e92
commit
565328fcc3
|
@ -304,7 +304,7 @@ static const MemoryRegionOps imx_epit_ops = {
|
|||
};
|
||||
|
||||
static const VMStateDescription vmstate_imx_timer_epit = {
|
||||
.name = "imx.epit",
|
||||
.name = TYPE_IMX_EPIT,
|
||||
.version_id = 2,
|
||||
.minimum_version_id = 2,
|
||||
.fields = (VMStateField[]) {
|
||||
|
|
Loading…
Reference in New Issue