summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2009-08-21 16:28:32 +0300
committerAki Niemi <aki.niemi@nokia.com>2009-08-21 16:28:32 +0300
commit621d584b4dca94413675d3c608653b27e5b465e0 (patch)
tree2b2fb40cc2255b7c23ebd8e4d70bdf9ae6b99ce3
parenta42ec65274b6c61c83fce0a587596c8c499b01bd (diff)
downloadofono-621d584b4dca94413675d3c608653b27e5b465e0.tar.bz2
Move struct isi_data to private
-rw-r--r--drivers/isimodem/isi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/isimodem/isi.h b/drivers/isimodem/isi.h
index f5f6cda1..d80fb4e0 100644
--- a/drivers/isimodem/isi.h
+++ b/drivers/isimodem/isi.h
@@ -31,13 +31,6 @@
e.type = OFONO_ERROR_TYPE_NO_ERROR; \
e.error = 0 \
-
-struct isi_data {
- struct ofono_modem *modem;
- struct netreg_data *netreg;
- struct pb_data *pb;
-};
-
struct isi_cb_data {
void *cb;
void *data;