commit | 764ed189c82090c1d85f0e30636156736d8f09a8 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Fri Nov 02 12:04:47 2018 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 17 10:30:21 2019 -0400 |
tree | 7df0c430e7f013409a7f4e83e1caf41413fdb232 | |
parent | 3bd0b5bf7dc3ea02070fcbcd682ecf628269e8ef [diff] |
drivers/char/random.c: make primary_crng static Since the definition of struct crng_state is private to random.c, and primary_crng is neither declared or used elsewhere, there's no reason for that symbol to have external linkage. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Theodore Ts'o <tytso@mit.edu>