diff options
author | Aki Niemi <aki.niemi@nokia.com> | 2009-08-21 16:28:32 +0300 |
---|---|---|
committer | Aki Niemi <aki.niemi@nokia.com> | 2009-08-21 16:28:32 +0300 |
commit | 621d584b4dca94413675d3c608653b27e5b465e0 (patch) | |
tree | 2b2fb40cc2255b7c23ebd8e4d70bdf9ae6b99ce3 | |
parent | a42ec65274b6c61c83fce0a587596c8c499b01bd (diff) | |
download | ofono-621d584b4dca94413675d3c608653b27e5b465e0.tar.bz2 |
Move struct isi_data to private
-rw-r--r-- | drivers/isimodem/isi.h | 7 |
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; |