From: David Brown Date: Tue, 12 Mar 2013 18:41:48 +0000 (-0700) Subject: ssbi: Fix exit mismatch in remove function X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~139^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b67d5610879c8f1851a47fd5adfe7e924f3fe53;p=pandora-kernel.git ssbi: Fix exit mismatch in remove function msm_ssbi_remove is referenced with __exit_p, but not declared with __exit. This causes a warning when the driver is not built as a module: drivers/ssbi/ssbi.c:341:23: warning: 'msm_ssbi_remove' defined but not used [-Wunused-function] The remove is needed for unbinding to work, even if not compiled as a module, so just remove it. Signed-off-by: David Brown Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed