forked from luck/tmp_suning_uos_patched
3b22a67c7f
[ Upstream commit f7f2b43eaf6b4cfe54c75100709be31d5c4b52c8 ]
Renaming 'struct device_private' to 'struct bcm_device_private',
because it clashes with 'struct device_private' from
'drivers/base/base.h'.
While it's not a functional problem, it's causing two distinct
type hierarchies in BTF data. It also breaks build with options:
CONFIG_DEBUG_INFO_BTF=y
CONFIG_CRYPTO_DEV_BCM_SPU=y
as reported by Qais Yousef [1].
[1] https://lore.kernel.org/lkml/20201229151352.6hzmjvu3qh6p2qgg@e107158-lin/
Fixes:
|
||
---|---|---|
.. | ||
cipher.c | ||
cipher.h | ||
Makefile | ||
spu.c | ||
spu.h | ||
spu2.c | ||
spu2.h | ||
spum.h | ||
util.c | ||
util.h |