commit | 8e3bec324e59aeedbef749ba2a3a2c00db1c75cf | [log] [tgz] |
---|---|---|
author | Guillaume Clement <gclement@baobob.org> | Tue Jul 22 22:08:30 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 22 15:03:13 2014 -0700 |
tree | 8d944b8f448ac685f178e257e67483a5b46b6e93 | |
parent | 2b3f41c723752b8ee6383256246b090f5b9f212c [diff] |
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 <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>