funkball.c, midqslvr.c, xtom3d.c: [Peter Ferrie]

- correct slave_ack configuration member declaration
This commit is contained in:
Scott Stone 2013-01-05 09:31:16 +00:00
parent 99345a6c27
commit 991cadcafb
3 changed files with 3 additions and 3 deletions

View File

@ -1054,7 +1054,7 @@ static const struct pic8259_interface funkball_pic8259_1_config =
{
DEVCB_DRIVER_LINE_MEMBER(funkball_state,funkball_pic8259_1_set_int_line),
DEVCB_LINE_VCC,
DEVCB_MEMBER(funkball_state,get_slave_ack)
DEVCB_DRIVER_MEMBER(funkball_state,get_slave_ack)
};
static const struct pic8259_interface funkball_pic8259_2_config =

View File

@ -603,7 +603,7 @@ static const struct pic8259_interface midqslvr_pic8259_1_config =
{
DEVCB_DRIVER_LINE_MEMBER(midqslvr_state,midqslvr_pic8259_1_set_int_line),
DEVCB_LINE_VCC,
DEVCB_MEMBER(midqslvr_state,get_slave_ack)
DEVCB_DRIVER_MEMBER(midqslvr_state,get_slave_ack)
};
static const struct pic8259_interface midqslvr_pic8259_2_config =

View File

@ -595,7 +595,7 @@ static const struct pic8259_interface xtom3d_pic8259_1_config =
{
DEVCB_DRIVER_LINE_MEMBER(xtom3d_state,xtom3d_pic8259_1_set_int_line),
DEVCB_LINE_VCC,
DEVCB_MEMBER(xtom3d_state,get_slave_ack)
DEVCB_DRIVER_MEMBER(xtom3d_state,get_slave_ack)
};
static const struct pic8259_interface xtom3d_pic8259_2_config =