]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/bluetooth/smp.c
Merge remote-tracking branch 'wireless/master' into mac80211
[karo-tx-linux.git] / net / bluetooth / smp.c
index 37df4e9b3896435164adf36a0c52b8ab8c08030c..16ef0dc85a0a87580c311563028cc567fa826bce 100644 (file)
    SOFTWARE IS DISCLAIMED.
 */
 
+#include <linux/crypto.h>
+#include <linux/scatterlist.h>
+#include <crypto/b128ops.h>
+
 #include <net/bluetooth/bluetooth.h>
 #include <net/bluetooth/hci_core.h>
 #include <net/bluetooth/l2cap.h>
 #include <net/bluetooth/mgmt.h>
 #include <net/bluetooth/smp.h>
-#include <linux/crypto.h>
-#include <linux/scatterlist.h>
-#include <crypto/b128ops.h>
 
 #define SMP_TIMEOUT    msecs_to_jiffies(30000)