summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/michael_mic.c
diff options
context:
space:
mode:
authorSergio Paracuellos2018-04-19 07:08:10 +0200
committerGreg Kroah-Hartman2018-04-23 14:32:10 +0200
commit91e772246e86de29401ec57b68622f1a952845ac (patch)
tree627b852873cb1c971440a1b19ad048252e67ceed /drivers/staging/ks7010/michael_mic.c
parentstaging: ks7010: review includes of ks7010_sdio file (diff)
downloadkernel-qcow2-linux-91e772246e86de29401ec57b68622f1a952845ac.tar.gz
kernel-qcow2-linux-91e772246e86de29401ec57b68622f1a952845ac.tar.xz
kernel-qcow2-linux-91e772246e86de29401ec57b68622f1a952845ac.zip
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>
Diffstat (limited to 'drivers/staging/ks7010/michael_mic.c')
-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"