On Tue, Jan 31, 2017 at 02:36:07PM -0200, Fabio Estevam wrote:
> Building arm allnodefconfig causes the following build warning:
>
> drivers/char/random.c:318:12: warning: 'random_min_urandom_seed' defined but
> not used [-Wunused-variable]
>
> Fix the warning by moving 'random_min_urandom_seed' declaration inside
> the CONFIG_SYSCTL ifdef block, where it is actually used.
>
> While at it, remove the comment prior to the variable declaration.
>
> Signed-off-by: Fabio Estevam <[email protected]>
Thanks, applied.
- Ted