[PATCH] char/drivers/random.c - fix warning
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.
Showing
Please register or sign in to comment