From: Harvey Yang Date: Thu, 8 Sep 2011 16:46:55 +0000 (-0700) Subject: Input: tc3589x-keypad - fix section mismatch warning X-Git-Tag: v3.2-rc1~145^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9299c08d8bfc7256645f4bf3943f80d8943fe844;p=pandora-kernel.git Input: tc3589x-keypad - fix section mismatch warning WARNING: drivers/input/keyboard/built-in.o(.text+0xb55b): Section mismatch in reference from the function tc3589x_keypad_open() to the function .devinit.text:tc3589x_keypad_init_key_hardware() The function tc3589x_keypad_open() references the function __devinit tc3589x_keypad_init_key_hardware(). This is often because tc3589x_keypad_open lacks a __devinit annotation or the annotation of tc3589x_keypad_init_key_hardware is wrong. Signed-off-by: Harvey Yang Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed