From 09966a1c51fe61490c7b5932db1e7ad5c299ca2f Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sat, 7 Aug 2010 03:22:13 +0200 Subject: Use instead of Suggested by scripts/checkpatch.pl. --- cryptodev_cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptodev_cipher.c') diff --git a/cryptodev_cipher.c b/cryptodev_cipher.c index 01dc29d..2df7259 100644 --- a/cryptodev_cipher.c +++ b/cryptodev_cipher.c @@ -25,9 +25,9 @@ #include #include #include +#include #include #include -#include #include #include #include -- cgit From cb519ef9fc39d3ccb1272ec7685524443490ca54 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sat, 7 Aug 2010 03:25:00 +0200 Subject: Use instead of Suggested by scripts/checkpatch.pl. --- cryptodev_cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptodev_cipher.c') diff --git a/cryptodev_cipher.c b/cryptodev_cipher.c index 2df7259..8322027 100644 --- a/cryptodev_cipher.c +++ b/cryptodev_cipher.c @@ -27,8 +27,8 @@ #include #include #include -#include #include +#include #include #include #include "cryptodev.h" -- cgit