From b722c61ccd5fea0e19ec4e3274a37cd99fa1b7d5 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sat, 29 Oct 2011 18:38:42 +0200 Subject: Fix several places in code for latest infrastructure changes Signed-off-by: Simon Busch --- tools/modemctrl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/modemctrl.c b/tools/modemctrl.c index 4109d9f..4d3db75 100644 --- a/tools/modemctrl.c +++ b/tools/modemctrl.c @@ -32,7 +32,6 @@ #include #include -#include #define RC_CHECK printf("line %d, rc = %d\n", __LINE__, rc); @@ -47,7 +46,7 @@ void print_help() int crespo_read_loop(struct ipc_client *client) { - struct ipc_response resp; + struct ipc_message_info resp; void *io_data = NULL; int fd = -1; fd_set fds; @@ -82,7 +81,7 @@ int modem_start(struct ipc_client *client) { int rc; - ipc_client_set_handlers(client, &ipc_default_handlers); + // ipc_client_set_handlers(client, &ipc_default_handlers); ipc_client_bootstrap_modem(client); rc = ipc_client_power_on(client); -- cgit v1.1