diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-20 12:09:46 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-23 17:05:53 -0500 |
commit | b2fd75014af770ffcfe5cd71379b577fc23a861a (patch) | |
tree | 4834424d266d2ca400b46fd55461e3ab79057c8c /drivers | |
parent | f43efa8a5f24f2aab71f829082cc02a272268986 (diff) | |
download | ofono-b2fd75014af770ffcfe5cd71379b577fc23a861a.tar.bz2 |
Refactor: rename data-connection to gprs
Keep the name specific to GSM, other implementations will probably
require their own interfaces
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/atmodem/gprs.c (renamed from drivers/atmodem/data-connection.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/data-connection.c b/drivers/atmodem/gprs.c index 47a90e5e..332e5cfd 100644 --- a/drivers/atmodem/data-connection.c +++ b/drivers/atmodem/gprs.c @@ -32,7 +32,7 @@ #include <ofono/log.h> #include <ofono/modem.h> -#include <ofono/data-connection.h> +#include <ofono/gprs.h> #include "gatchat.h" #include "gatresult.h" |