macio-nvram: add to misc category
The macio nvram is a non volatile RAM, so add it the misc category. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
f9f2a9f26f
commit
175fe9e7c8
@ -123,6 +123,7 @@ static void macio_nvram_class_init(ObjectClass *oc, void *data)
|
||||
dc->reset = macio_nvram_reset;
|
||||
dc->vmsd = &vmstate_macio_nvram;
|
||||
dc->props = macio_nvram_properties;
|
||||
set_bit(DEVICE_CATEGORY_MISC, dc->categories);
|
||||
}
|
||||
|
||||
static const TypeInfo macio_nvram_type_info = {
|
||||
|
Loading…
Reference in New Issue
Block a user