kernel_samsung_a53x/drivers/crypto
Arnd Bergmann 3142892ef6 crypto: ccp - drop platform ifdef checks
[ Upstream commit 42c2d7d02977ef09d434b1f5b354f5bc6c1027ab ]

When both ACPI and OF are disabled, the dev_vdata variable is unused:

drivers/crypto/ccp/sp-platform.c:33:34: error: unused variable 'dev_vdata' [-Werror,-Wunused-const-variable]

This is not a useful configuration, and there is not much point in saving
a few bytes when only one of the two is enabled, so just remove all
these ifdef checks and rely on of_match_node() and acpi_match_device()
returning NULL when these subsystems are disabled.

Fixes: 6c5063434098 ("crypto: ccp - Add ACPI support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 12:26:52 +01:00
..
allwinner Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
amcc Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
amlogic Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axis Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm crypto: bcm - Fix pointer arithmetic 2024-11-19 12:26:52 +01:00
caam crypto: caam/jr - fix Chacha20 + Poly1305 self test failure 2024-11-18 11:43:03 +01:00
cavium Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ccp crypto: ccp - drop platform ifdef checks 2024-11-19 12:26:52 +01:00
ccree Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
chelsio Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fmp drivers: fmp: remove failing command 2024-06-15 16:28:48 -03:00
fmp_simulator Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hisilicon crypto: hisilicon/hpre - Fix a erroneous check after snprintf() 2024-11-18 11:43:02 +01:00
inside-secure Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
marvell Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mediatek Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nx Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qat crypto: qat - resolve race condition during AER recovery 2024-11-19 09:22:15 +01:00
qce Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rockchip Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stm32 crypto: stm32/crc32 - fix parsing list of devices 2024-11-18 12:13:10 +01:00
ux500 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio crypto: virtio/akcipher - Fix stack overflow on memcpy 2024-11-18 23:18:28 +01:00
vmx Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xilinx crypto: xilinx - call finalize with bh disabled 2024-11-19 08:44:52 +01:00
atmel-aes-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-authenc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-ecc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-i2c.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-sha-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-sha.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-sha204a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-tdes-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-tdes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
exynos-rng.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
geode-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
geode-aes.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hifn_795x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
img-hash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixp4xx_crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mxs-dcp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
n2_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
n2_core.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
n2_core.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-aes-gcm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-aes.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-crypto.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-des.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-sham.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
padlock-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
padlock-sha.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
picoxcell_crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
picoxcell_crypto_regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qcom-rng.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5p-sss.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sa2ul.c crypto: sa2ul - Return crypto_aead_setkey to transfer the error 2024-11-18 12:12:26 +01:00
sa2ul.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sahara.c crypto: sahara - do not resize req->src when doing hash operations 2024-11-18 12:12:27 +01:00
talitos.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
talitos.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00