]> git.baikalelectronics.ru Git - kernel.git/commit
random: remove extern from functions in header
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 13 May 2022 10:29:38 +0000 (12:29 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 19 May 2022 14:54:15 +0000 (16:54 +0200)
commit98a952899490a76044ffb9409b20d99119007a52
tree1e679fb544b7143534d0651dda18a6af85d6b800
parent8f20d58ba28ba70728de09cd6362bd1374fe8452
random: remove extern from functions in header

Accoriding to the kernel style guide, having `extern` on functions in
headers is old school and deprecated, and doesn't add anything. So remove
them from random.h, and tidy up the file a little bit too.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
include/linux/random.h