Revision 83f7d43a hw/cs4231.c

b/hw/cs4231.c
173 173
    .class_init    = cs4231_class_init,
174 174
};
175 175

  
176
static void cs4231_register_devices(void)
176
static void cs4231_register_types(void)
177 177
{
178 178
    type_register_static(&cs4231_info);
179 179
}
180 180

  
181
device_init(cs4231_register_devices)
181
type_init(cs4231_register_types)

Also available in: Unified diff