From 0a26e8b887f5d68af39d80130747f934c3edbcd0 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Thu, 22 Jul 2010 18:18:41 +0200 Subject: Update for public headers moved to include/linux --- crypto/userspace/cryptodev_cipher.c | 2 +- crypto/userspace/cryptodev_int.h | 2 +- crypto/userspace/cryptodev_main.c | 2 +- crypto/userspace/ncr-data.c | 4 ++-- crypto/userspace/ncr-key-storage.c | 4 ++-- crypto/userspace/ncr-key-wrap.c | 4 ++-- crypto/userspace/ncr-key.c | 4 ++-- crypto/userspace/ncr-limits.c | 4 ++-- crypto/userspace/ncr-pk.c | 4 ++-- crypto/userspace/ncr-sessions.c | 4 ++-- crypto/userspace/ncr.c | 4 ++-- crypto/userspace/ncr_int.h | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) (limited to 'crypto') diff --git a/crypto/userspace/cryptodev_cipher.c b/crypto/userspace/cryptodev_cipher.c index fa5aab28942..da111c76981 100644 --- a/crypto/userspace/cryptodev_cipher.c +++ b/crypto/userspace/cryptodev_cipher.c @@ -20,6 +20,7 @@ */ #include +#include #include #include #include @@ -28,7 +29,6 @@ #include #include #include -#include "cryptodev.h" #include "cryptodev_int.h" diff --git a/crypto/userspace/cryptodev_int.h b/crypto/userspace/cryptodev_int.h index d12fd4f80e7..2cd7b2eef95 100644 --- a/crypto/userspace/cryptodev_int.h +++ b/crypto/userspace/cryptodev_int.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #define PFX "cryptodev: " #define dprintk(level,severity,format,a...) \ diff --git a/crypto/userspace/cryptodev_main.c b/crypto/userspace/cryptodev_main.c index 5ab11362115..e8830bff5f0 100644 --- a/crypto/userspace/cryptodev_main.c +++ b/crypto/userspace/cryptodev_main.c @@ -31,12 +31,12 @@ */ #include +#include #include #include #include #include #include -#include "cryptodev.h" #include #include #include diff --git a/crypto/userspace/ncr-data.c b/crypto/userspace/ncr-data.c index 73ee7370329..5aee49ed456 100644 --- a/crypto/userspace/ncr-data.c +++ b/crypto/userspace/ncr-data.c @@ -20,13 +20,13 @@ */ #include +#include #include #include -#include "cryptodev.h" +#include #include #include #include -#include "ncr.h" #include "ncr_int.h" /* must be called with data semaphore down */ diff --git a/crypto/userspace/ncr-key-storage.c b/crypto/userspace/ncr-key-storage.c index ca96ddb3d86..1f94fa075b7 100644 --- a/crypto/userspace/ncr-key-storage.c +++ b/crypto/userspace/ncr-key-storage.c @@ -19,12 +19,12 @@ * along with this program. If not, see . */ +#include #include -#include "cryptodev.h" +#include #include #include #include -#include "ncr.h" #include "ncr_int.h" #include "cryptodev_int.h" diff --git a/crypto/userspace/ncr-key-wrap.c b/crypto/userspace/ncr-key-wrap.c index 67fe10df7f8..a96bad9178f 100644 --- a/crypto/userspace/ncr-key-wrap.c +++ b/crypto/userspace/ncr-key-wrap.c @@ -19,14 +19,14 @@ * along with this program. If not, see . */ +#include #include +#include #include #include -#include "cryptodev.h" #include #include #include -#include "ncr.h" #include "ncr_int.h" #include "cryptodev_int.h" diff --git a/crypto/userspace/ncr-key.c b/crypto/userspace/ncr-key.c index 18cb38718a3..96b80cf27be 100644 --- a/crypto/userspace/ncr-key.c +++ b/crypto/userspace/ncr-key.c @@ -19,13 +19,13 @@ * along with this program. If not, see . */ +#include #include +#include #include -#include "cryptodev.h" #include #include #include -#include "ncr.h" #include "ncr_int.h" static void ncr_key_clear(struct key_item_st* item); diff --git a/crypto/userspace/ncr-limits.c b/crypto/userspace/ncr-limits.c index 746434c5d1b..472f5cee33b 100644 --- a/crypto/userspace/ncr-limits.c +++ b/crypto/userspace/ncr-limits.c @@ -19,16 +19,16 @@ * along with this program. If not, see . */ +#include #include #include +#include #include #include -#include "cryptodev.h" #include #include #include #include -#include "ncr.h" #include "ncr_int.h" /* arbitrary now */ diff --git a/crypto/userspace/ncr-pk.c b/crypto/userspace/ncr-pk.c index 6b304bbb697..02c3841875f 100644 --- a/crypto/userspace/ncr-pk.c +++ b/crypto/userspace/ncr-pk.c @@ -19,13 +19,13 @@ * along with this program. If not, see . */ +#include #include +#include #include -#include "cryptodev.h" #include #include #include -#include "ncr.h" #include "ncr_int.h" #include diff --git a/crypto/userspace/ncr-sessions.c b/crypto/userspace/ncr-sessions.c index 45cd337a820..92e246615a6 100644 --- a/crypto/userspace/ncr-sessions.c +++ b/crypto/userspace/ncr-sessions.c @@ -20,8 +20,8 @@ */ #include -#include "cryptodev.h" -#include "ncr.h" +#include +#include #include "ncr_int.h" static void _ncr_session_remove(struct list_sem_st* lst, ncr_session_t desc); diff --git a/crypto/userspace/ncr.c b/crypto/userspace/ncr.c index be0cdc89be2..e1e79ea7982 100644 --- a/crypto/userspace/ncr.c +++ b/crypto/userspace/ncr.c @@ -20,16 +20,16 @@ */ #include +#include #include #include #include -#include "cryptodev.h" #include #include #include #include #include -#include "ncr.h" +#include #include "ncr_int.h" #include diff --git a/crypto/userspace/ncr_int.h b/crypto/userspace/ncr_int.h index c5be7e52ec5..310b8c85b49 100644 --- a/crypto/userspace/ncr_int.h +++ b/crypto/userspace/ncr_int.h @@ -1,7 +1,7 @@ #ifndef NCR_INT_H # define NCR_INT_H -#include "ncr.h" +#include #include #include "cryptodev_int.h" #include -- cgit