From f05845fcba12579ad84f58386b60adbfc14397b2 Mon Sep 17 00:00:00 2001 From: Mahipal Challa Date: Wed, 15 Feb 2017 10:45:09 +0530 Subject: crypto: zip - Wire-up Compression / decompression HW offload This contains changes for adding compression/decompression h/w offload functionality for both DEFLATE and LZS. Signed-off-by: Mahipal Challa Signed-off-by: Jan Glauber Signed-off-by: Herbert Xu --- drivers/crypto/cavium/zip/zip_device.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/crypto/cavium/zip/zip_device.c') diff --git a/drivers/crypto/cavium/zip/zip_device.c b/drivers/crypto/cavium/zip/zip_device.c index e980f0894546..ccf21fb91513 100644 --- a/drivers/crypto/cavium/zip/zip_device.c +++ b/drivers/crypto/cavium/zip/zip_device.c @@ -44,6 +44,7 @@ ***********************license end**************************************/ #include "common.h" +#include "zip_deflate.h" /** * zip_cmd_queue_consumed - Calculates the space consumed in the command queue. -- cgit