]> git.hungrycats.org Git - linux/commit
[PATCH] char/drivers/random.c - fix warning
authorSam Ravnborg <sam@ravnborg.org>
Mon, 17 Feb 2003 06:15:45 +0000 (22:15 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 17 Feb 2003 06:15:45 +0000 (22:15 -0800)
commit571a1dc94166f8a1c404b1143ce2dc59bc0e0eef
tree48fce5014b4ffe20e64ea7ec7d1b46b80e0cfc13
parent14ccf17926c1cd97ffaa5e89146e415d447b9bad
[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.
drivers/char/random.c