Input: sentelic - use "static inline" instead of "inline"
authorKhem Raj <raj.khem@gmail.com>
Fri, 22 May 2015 16:56:29 +0000 (09:56 -0700)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 28 Jan 2016 02:56:18 +0000 (11:56 +0900)
commit0a34b3431c2bfd7eb13933ba87e7945b114a6a73
treed2d1da5c5f3373ad8f4c243ff14a840d1b0052fc
parente13e3c5ae5c7b0e9d10152375fc0551023e0b763
Input: sentelic - use "static inline" instead of "inline"

gcc-5 defaults to gnu11 which used c99 inline semantics in c99 'inline' is
not externally visible unlike gnu89, therefore we use 'static inline' which
has same semantics between gnu89 and c99

Change-Id: I0ed40faba9f9148b220b125e1c9798c9313d0d72
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/sentelic.h