]> 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)
commit40c25100eb8882697898028babbbc55153531b05
tree1e679fb544b7143534d0651dda18a6af85d6b800
parent137c2c274a37083ce84efddd6223426dfa9242bf
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