Skip to content

Commit

Permalink
hw/gpio/zaurus: Remove meaningless blank Property
Browse files Browse the repository at this point in the history
Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
shannonz88 authored and Michael Tokarev committed Sep 11, 2015
1 parent 6328d69 commit c11b058
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hw/gpio/zaurus.c
Expand Up @@ -235,10 +235,6 @@ static const VMStateDescription vmstate_scoop_regs = {
},
};

static Property scoop_sysbus_properties[] = {
DEFINE_PROP_END_OF_LIST(),
};

static void scoop_sysbus_class_init(ObjectClass *klass, void *data)
{
DeviceClass *dc = DEVICE_CLASS(klass);
Expand All @@ -247,7 +243,6 @@ static void scoop_sysbus_class_init(ObjectClass *klass, void *data)
k->init = scoop_init;
dc->desc = "Scoop2 Sharp custom ASIC";
dc->vmsd = &vmstate_scoop_regs;
dc->props = scoop_sysbus_properties;
}

static const TypeInfo scoop_sysbus_info = {
Expand Down

0 comments on commit c11b058

Please sign in to comment.