git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a38958
)
Input: sentelic - use "static inline" instead of "inline"
author
Khem Raj
<raj.khem@gmail.com>
Fri, 22 May 2015 16:56:29 +0000
(09:56 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 22 May 2015 17:59:54 +0000
(10:59 -0700)
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/sentelic.h
patch
|
blob
|
history
diff --cc
drivers/input/mouse/sentelic.h
Simple merge