[PATCH 1/1] lib: rsa: struct udevice build warning
Tom Rini
trini at konsulko.com
Thu Feb 25 14:29:39 CET 2021
On Wed, Feb 17, 2021 at 12:54:31PM +0100, Heinrich Schuchardt wrote:
> Avoid build warnings observed with gcc 10.2
>
> In file included from lib/rsa/rsa-keyprop.c:16:
> include/u-boot/rsa-mod-exp.h:65:24: warning:
> ‘struct udevice’ declared inside parameter list will not be visible
> outside of this definition or declaration
> 65 | int rsa_mod_exp(struct udevice *dev, const uint8_t *sig,
> | uint32_t sig_len,
> | ^~~~~~~
> include/u-boot/rsa-mod-exp.h:96:24: warning:
> ‘struct udevice’ declared inside parameter list will not be visible
> outside of this definition or declaration
> 96 | int (*mod_exp)(struct udevice *dev, const uint8_t *sig,
> |
>
> by defining struct udevice.
>
> Fixes: 401d1c4f5d2d ("common: Drop asm/global_data.h from common header")
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210225/32eab895/attachment.sig>
More information about the U-Boot
mailing list