]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: qat - remove redundant prototypes in qat_c62x
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Wed, 26 Mar 2025 15:59:50 +0000 (15:59 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 7 Apr 2025 05:22:26 +0000 (13:22 +0800)
commit7eb2c73ece5bd866348b3e893e98a744b3aaacf5
tree7b08f84f9dadc8915ce43a0ee117adfa2aa5313f
parent2c4e8b228733bfbcaf49408fdf94d220f6eb78fc
crypto: qat - remove redundant prototypes in qat_c62x

Move the definition of the adf_driver structure and remove the redundant
prototypes for the functions adf_probe() and adf_remove() in the
qat_c62x driver.

Also move the pci_device_id table close to where it is used and drop the
inner comma as it is not required.

This does not introduce any functional change.

Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_c62x/adf_drv.c