Fix build error
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 6 Aug 2013 05:52:42 +0000 (14:52 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 6 Aug 2013 05:52:42 +0000 (14:52 +0900)
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Inlining failed
[cause] Build Error.
[solution] Remove 'inline'.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I7aa743bde7bdb227f730fa94c1b29ecffbbacc14

src/lb.c

index 0af2ba0..c401be3 100644 (file)
--- a/src/lb.c
+++ b/src/lb.c
@@ -371,7 +371,7 @@ static inline int timer_thaw(struct item *item)
        return UPDATE_NOT_INVOKED;
 }
 
-static inline void timer_freeze(struct item *item)
+static void timer_freeze(struct item *item)
 {
        struct timeval tv;