]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/qat/qat_common/qat_algs.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / drivers / crypto / qat / qat_common / qat_algs.c
index df427c0e9e7b2c99c8ee6cbe0c91b98c1ff47c43..9b25ab1d30a46570b9d2efe2672eef6236188477 100644 (file)
@@ -130,11 +130,6 @@ struct qat_alg_ablkcipher_ctx {
        spinlock_t lock;        /* protects qat_alg_ablkcipher_ctx struct */
 };
 
-static int get_current_node(void)
-{
-       return cpu_data(current_thread_info()->cpu).phys_proc_id;
-}
-
 static int qat_get_inter_state_size(enum icp_qat_hw_auth_algo qat_hash_alg)
 {
        switch (qat_hash_alg) {