From: Chen Gang Date: Sun, 9 Nov 2014 21:31:11 +0000 (-0800) Subject: Input: lifebook - use "static inline" instead of "inline" in lifebook.h X-Git-Tag: omap-for-v3.19/fixes-rc1~55^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd447b61c49fc26f0299587db3e6d66da49dc529;p=pandora-kernel.git Input: lifebook - use "static inline" instead of "inline" in lifebook.h For functions defined in header files we should use static inline rather than inline, which breaks under the latest upstream gcc (which is really gcc issue, but static inline is better suited regardless). The related error (with allmodconfig under tile): MODPOST 4002 modules ERROR: "lifebook_detect" [drivers/input/mouse/psmouse.ko] undefined! Signed-off-by: Chen Gang Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed