* [PATCH] remove warning from drivers/char/random.c
@ 2000-12-08 20:41 Rasmus Andersen
0 siblings, 0 replies; only message in thread
From: Rasmus Andersen @ 2000-12-08 20:41 UTC (permalink / raw)
To: tytso; +Cc: linux-kernel
Hi.
The following patch makes a 'defined but not used' warning go away
when compiling drivers/char/random.c without sysctl support (240t12p3).
(but should apply cleanly). I am aware that there is a sysctl section
of this code, but the function seems to belong where it is. I would be
happy to move free_entropy_store to this section if you think this
is cleaner.
--- linux-240-t12-pre3-clean/drivers/char/random.c Wed Nov 22 22:41:39 2000
+++ linux/drivers/char/random.c Wed Nov 29 18:25:31 2000
@@ -527,12 +527,14 @@
memset(r->pool, 0, r->poolinfo.poolwords*4);
}
+#ifdef CONFIG_SYSCTL
static void free_entropy_store(struct entropy_store *r)
{
if (r->pool)
kfree(r->pool);
kfree(r);
}
+#endif
/*
* This function adds a byte into the entropy "pool". It does not
--
Regards,
Rasmus(rasmus@jaquet.dk)
I have a very small mind and must live with it. -- E. Dijkstra
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-12-08 21:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-08 20:41 [PATCH] remove warning from drivers/char/random.c Rasmus Andersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox