From: Sergio Paracuellos Date: Thu, 19 Apr 2018 05:08:10 +0000 (+0200) Subject: staging: ks7010: review includes of michael_mic.c file X-Git-Tag: v4.18-rc1~83^2~726 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=91e772246e86de29401ec57b68622f1a952845ac;p=users%2Fjedix%2Flinux-maple.git staging: ks7010: review includes of michael_mic.c file This commit reviews includes of michael_mic.c source file removing those which are not being used at all and reordering the remaining ones in alphabetically order. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/michael_mic.c b/drivers/staging/ks7010/michael_mic.c index 0800e13b2156..6bc1b093be80 100644 --- a/drivers/staging/ks7010/michael_mic.c +++ b/drivers/staging/ks7010/michael_mic.c @@ -9,10 +9,9 @@ * published by the Free Software Foundation. */ -#include -#include -#include #include +#include +#include #include "michael_mic.h"