summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2018-04-19 08:08:10 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 15:32:10 +0300
commit91e772246e86de29401ec57b68622f1a952845ac (patch)
tree627b852873cb1c971440a1b19ad048252e67ceed
parentfa3fd846186110abf9c15026ae33c0b6920a9122 (diff)
downloadlinux-91e772246e86de29401ec57b68622f1a952845ac.tar.xz
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 <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ks7010/michael_mic.c5
1 files changed, 2 insertions, 3 deletions
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 <linux/types.h>
-#include <linux/string.h>
-#include <linux/bitops.h>
#include <asm/unaligned.h>
+#include <linux/bitops.h>
+#include <linux/string.h>
#include "michael_mic.h"