From: Feng Tang Date: Wed, 30 Jun 2010 07:53:53 +0000 (-0700) Subject: Input: i8042 - mark stubs in i8042.h "static inline" X-Git-Tag: v2.6.35-rc6~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59690fa484c04ab96fe932241b569a09755a4d2;p=pandora-kernel.git Input: i8042 - mark stubs in i8042.h "static inline" Otherwise we may run into following: drivers/platform/built-in.o: In function `i8042_lock_chip': /home/test/ws2/projects/linux-2.6/include/linux/i8042.h:50: multiple definition of `i8042_lock_chip' drivers/input/serio/built-in.o:/home/test/ws2/projects/linux-2.6/include/linux/i8042.h:50: first defined here ... make[1]: *** [drivers/built-in.o] Error 1 make: *** [drivers] Error 2 Signed-off-by: Feng Tang Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed