diff options
author | Aki Niemi <aki.niemi@nokia.com> | 2010-09-22 21:14:16 +0300 |
---|---|---|
committer | Aki Niemi <aki.niemi@nokia.com> | 2010-09-30 11:25:48 +0300 |
commit | a7879d4e0c0613ad0ee6ff66f75eab346d8b005e (patch) | |
tree | 2d4e61601f85ed1c4b170e21a3dd92e06a8bfafd /plugins | |
parent | f6966a3c5e5c003101a6fd92425e602c845cbc2c (diff) | |
download | ofono-a7879d4e0c0613ad0ee6ff66f75eab346d8b005e.tar.bz2 |
gisi: Remove route adding API
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/nokia-gpio.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/nokia-gpio.c b/plugins/nokia-gpio.c index f4a5ec2e..375c9d52 100644 --- a/plugins/nokia-gpio.c +++ b/plugins/nokia-gpio.c @@ -771,15 +771,6 @@ int gpio_probe(GIsiModem *idx, unsigned addr, gpio_finished_cb_t cb, void *data) DBG("g_pn_netlink_set_address: %s", strerror(-error)); } -#if notyet - if (route) { - error = g_pn_netlink_add_route(idx, PN_DEV_HOST); - /* We get ENOTSUP on Maemo 5 kernel */ - if (error && error != -ENOTSUP) - DBG("g_pn_netlink_add_route: %s", strerror(-error)); - } -#endif - return 0; } |