summaryrefslogtreecommitdiffstats
path: root/src/manager.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-20 12:43:25 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-20 12:48:29 -0500
commite711b0e62a9f0a0fce09da213d59ea16378590b0 (patch)
tree0a6adab1b4d16a910f8e8186778dcee8d6081927 /src/manager.c
parent7abeb8e4a0466fac1f93aedbde931818ea802a74 (diff)
downloadofono-e711b0e62a9f0a0fce09da213d59ea16378590b0.tar.bz2
Break out device info into a separate driver
The modem info ops (Serial, Manufacturer, etc) are broken into a separate oFono atom. This is mainly to support a proper modem device driver infrastructure. As a result the data structures have been tweaked a little. driver.h is now empty and has been removed.
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/manager.c b/src/manager.c
index 07df0e06..e35728a2 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -29,8 +29,6 @@
#include "ofono.h"
-#include "driver.h"
-
static DBusMessage *manager_get_properties(DBusConnection *conn,
DBusMessage *msg, void *data)
{