diff options
| author | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-02-10 16:40:44 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-25 11:46:34 +0200 |
| commit | 707c01fe19eb2128374d1a71b7b6d1c9ee2d379f (patch) | |
| tree | 3c4f69e3448b294baccd765afc4ad39dc541b4f4 /lib | |
| parent | f8a196cf475177880dc46abf118b7592c92e659a (diff) | |
| download | linux-707c01fe19eb2128374d1a71b7b6d1c9ee2d379f.tar.gz linux-707c01fe19eb2128374d1a71b7b6d1c9ee2d379f.tar.bz2 linux-707c01fe19eb2128374d1a71b7b6d1c9ee2d379f.zip | |
random: remove unused tracepoints
commit 14c174633f349cb41ea90c2c0aaddac157012f74 upstream.
These explicit tracepoints aren't really used and show sign of aging.
It's work to keep these up to date, and before I attempted to keep them
up to date, they weren't up to date, which indicates that they're not
really used. These days there are better ways of introspecting anyway.
Cc: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/random32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/random32.c b/lib/random32.c index f5e967f4adfa..1d6802b6e44f 100644 --- a/lib/random32.c +++ b/lib/random32.c @@ -38,6 +38,8 @@ #include <linux/jiffies.h> #include <linux/random.h> #include <linux/sched.h> +#include <linux/bitops.h> +#include <linux/slab.h> #include <asm/unaligned.h> /** |
