Clean up .available & .poll
This commit is contained in:
@@ -354,7 +354,7 @@ const device_t pc87332_device = {
|
||||
.init = pc87332_init,
|
||||
.close = pc87332_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
@@ -368,7 +368,7 @@ const device_t pc87332_398_device = {
|
||||
.init = pc87332_init,
|
||||
.close = pc87332_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
@@ -382,7 +382,7 @@ const device_t pc87332_398_ide_device = {
|
||||
.init = pc87332_init,
|
||||
.close = pc87332_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
@@ -396,7 +396,7 @@ const device_t pc87332_398_ide_sec_device = {
|
||||
.init = pc87332_init,
|
||||
.close = pc87332_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
@@ -410,7 +410,7 @@ const device_t pc87332_398_ide_fdcon_device = {
|
||||
.init = pc87332_init,
|
||||
.close = pc87332_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
|
||||
Reference in New Issue
Block a user