From 8e3bec324e59aeedbef749ba2a3a2c00db1c75cf Mon Sep 17 00:00:00 2001 From: Guillaume Clement Date: Tue, 22 Jul 2014 22:08:30 +0200 Subject: [PATCH] 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-format-patch failed