osutil: remove "inline" identifier from sdcard lock functions 42/29442/1
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 28 Oct 2014 04:01:52 +0000 (13:01 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 28 Oct 2014 04:01:52 +0000 (13:01 +0900)
commitc61acb85c928ec6c6a60eadd2551760070bd6046
tree43ad8e4c0508fd692ccabadd4ac9551fc7fc7125
parent333915ea45a76653c2f54ad066b79d86f3994e48
osutil: remove "inline" identifier from sdcard lock functions

"make_sdcard_lock_posix()" and "remove_sdcard_lock_posix()" uses DEBUGCH for logging. It can produce compilation warnings because DEBUGCH macro access static variables.

Change-Id: I9bc0d670d0751dd971b070e3a3ad8d2acbff97f4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/util/osutil.c