Eliminate a warning
This commit is contained in:
parent
03a31fca25
commit
a52f638d7e
@ -302,7 +302,7 @@ static ssize_t stm32l4_rngread(struct file *filep, char *buffer, size_t buflen)
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
void up_rnginitialize()
|
void up_rnginitialize(void)
|
||||||
{
|
{
|
||||||
stm32l4_rnginitialize();
|
stm32l4_rnginitialize();
|
||||||
register_driver("/dev/random", &g_rngops, 0444, NULL);
|
register_driver("/dev/random", &g_rngops, 0444, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user