• Sam Ravnborg's avatar
    [PATCH] char/drivers/random.c - fix warning · 571a1dc9
    Sam Ravnborg authored
    When compiling random.c without SYSCTL defined a warning is
    issued about free_entropy_store being defined but not used.
    Put ifdef's around the functions.
    
    I could have moved the whole function, but it logically belongs
    to this part of the file.
    571a1dc9
random.c 70.4 KB