From: Guillaume Clement Date: Tue, 22 Jul 2014 20:08:30 +0000 (+0200) Subject: staging: vt6655: Fix unused function warning X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3bec324e59aeedbef749ba2a3a2c00db1c75cf;p=pandora-kernel.git staging: vt6655: Fix unused function warning Sparse reports that MimeThread is not used. Actually, it can be used if THREAD is defined. By enclosing the MimeThread function into the same #ifdef as the caller of MimeThread, this fixes the sparse warnings. Signed-off-by: Guillaume Clement Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed