diff options
author | 2020-06-29 08:50:05 +0200 | |
---|---|---|
committer | 2020-07-02 14:36:02 +0200 | |
commit | 67dd0772396905a108c37202d4a5949ab69131a0 (patch) | |
tree | cf8c3fec01c4dfc6a27ac5667e852b7397897e2a /drivers/base/devres.c | |
parent | devres: move the size check from alloc_dr() into a separate function (diff) | |
download | linux-rng-67dd0772396905a108c37202d4a5949ab69131a0.tar.xz linux-rng-67dd0772396905a108c37202d4a5949ab69131a0.zip |
device: remove 'extern' attribute from function prototypes in device.h
Functions are declared 'extern' implicitly by the compiler. There's no
reason to prepend every prototype with it. Remove the 'extern' keyword
from all function declarations in linux/device.h.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Link: https://lore.kernel.org/r/20200629065008.27620-4-brgl@bgdev.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/devres.c')
0 files changed, 0 insertions, 0 deletions