summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2018-04-19 07:08:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:32:10 +0200
commit91e772246e86de29401ec57b68622f1a952845ac (patch)
tree627b852873cb1c971440a1b19ad048252e67ceed /drivers
parentfa3fd846186110abf9c15026ae33c0b6920a9122 (diff)
downloadop-kernel-dev-91e772246e86de29401ec57b68622f1a952845ac.zip
op-kernel-dev-91e772246e86de29401ec57b68622f1a952845ac.tar.gz
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')
-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 0800e13..6bc1b09 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"
OpenPOWER on IntegriCloud