From: Krzysztof Kozlowski Date: Tue, 22 Mar 2016 01:58:25 +0000 (+0900) Subject: crypto: s5p-sss - Sort the headers to improve readability X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3cf9d84eb84abb4c186cd793d8720437a2ee2b1a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git crypto: s5p-sss - Sort the headers to improve readability Sort the headers alphabetically to improve readability and to spot duplications easier. Suggested-by: Vladimir Zapolskiy Signed-off-by: Krzysztof Kozlowski Acked-by: Vladimir Zapolskiy Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/s5p-sss.c b/drivers/crypto/s5p-sss.c index 3730fb0af4d8..4f6d5b3ec418 100644 --- a/drivers/crypto/s5p-sss.c +++ b/drivers/crypto/s5p-sss.c @@ -11,23 +11,23 @@ * */ +#include +#include +#include #include -#include -#include #include +#include +#include +#include #include -#include +#include +#include #include #include -#include -#include -#include -#include -#include -#include -#include #include +#include +#include #include #define _SBF(s, v) ((v) << (s))