From: Daniel Wagner <[email protected]>

With commit 6ee21a3fc18460cc12dbddb3b7ec70e941fa4bbc
the usage DECLARE_FAILURE was removed.
---
 drivers/atmodem/atutil.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/atmodem/atutil.h b/drivers/atmodem/atutil.h
index b17a4a5..48b9b0d 100644
--- a/drivers/atmodem/atutil.h
+++ b/drivers/atmodem/atutil.h
@@ -112,11 +112,6 @@ static inline int at_util_convert_signal_strength(int 
strength)
        return result;
 }
 
-#define DECLARE_FAILURE(e)                     \
-       struct ofono_error e;                   \
-       e.type = OFONO_ERROR_TYPE_FAILURE;      \
-       e.error = 0                             \
-
 #define CALLBACK_WITH_FAILURE(cb, args...)             \
        do {                                            \
                struct ofono_error cb_e;                \
-- 
1.8.0.rc0

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to