Switch more device_t's to named initializers
Fixes "missing braces around initializer" warnings
This commit is contained in:
@@ -338,9 +338,9 @@ const device_t fdc37c669_370_device = {
|
||||
.internal_name = "fdc37c669_370",
|
||||
.flags = 0,
|
||||
.local = 1,
|
||||
fdc37c669_init,
|
||||
fdc37c669_close,
|
||||
.reset = NULL,
|
||||
.init = fdc37c669_init,
|
||||
.close = fdc37c669_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
|
||||
Reference in New Issue
Block a user