powerpc/microwatt: Make microwatt_get_random_darn() static
Make microwatt_get_random_darn() static, because it can be. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211118004415.1706863-1-mpe@ellerman.id.au
This commit is contained in:
parent
1f01bf9076
commit
4afc78eae1
@ -14,7 +14,7 @@
|
||||
|
||||
#define DARN_ERR 0xFFFFFFFFFFFFFFFFul
|
||||
|
||||
int microwatt_get_random_darn(unsigned long *v)
|
||||
static int microwatt_get_random_darn(unsigned long *v)
|
||||
{
|
||||
unsigned long val;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user