crypto/qat: remove unused arguments
authorFiona Trahe <fiona.trahe@intel.com>
Wed, 13 Jun 2018 12:14:18 +0000 (14:14 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 27 Jun 2018 23:25:33 +0000 (01:25 +0200)
commit3ed20d8b6e36ca98232e1d3d90bc0c45a62590ba
tree9ed527e6fea73d3bd971fc3155e173764441c90f
parent93dbbf6451beb6a8419a62e81639c0d320449bed
crypto/qat: remove unused arguments

Process response function is only implemented
for crypto symmetric operations, which do not require
some of the arguments.
Therefore, these arguments can be removed from the
function prototype.

Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/qat/qat_qp.c
drivers/crypto/qat/qat_qp.h
drivers/crypto/qat/qat_sym.c
drivers/crypto/qat/qat_sym.h