crypto/ccp: fix queue alignment
authorDavid Marchand <david.marchand@redhat.com>
Fri, 7 Feb 2020 14:06:00 +0000 (15:06 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Thu, 13 Feb 2020 11:41:04 +0000 (12:41 +0100)
commitb3bf2367d0edc11cae26572a7b13133840bf2184
treeb4e543d41decb61071ae5bf7df4f2b0554654b18
parent02ba37237612f6d9a30b48e232b3dcd2cafe4e60
crypto/ccp: fix queue alignment

Caught by compiling with -fno-common.
A ____cacheline_aligned symbol can be found in the crypto/ccp driver
object files.

Looking at this driver source, the ____cacheline_aligned (kernel?)
alignment macro is undefined.
The compiler treats this as a symbol definition and generates a global
symbol.

Fixes: ef4b04f87fa6 ("crypto/ccp: support device init")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
drivers/crypto/ccp/ccp_dev.h