]> git.baikalelectronics.ru Git - kernel.git/commit
lib: bitmap: remove the 'extern' keyword from function declarations
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Mar 2021 09:13:54 +0000 (10:13 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 5 May 2021 14:07:39 +0000 (16:07 +0200)
commit1e13aa1d83f4b9a0eba90606c8576d98a485f637
tree78d018208d3dbdde3243d583a3083315f957cae9
parent01e09a3893ec6bec6674b3f0ff0be714fb575a3a
lib: bitmap: remove the 'extern' keyword from function declarations

The 'extern' keyword doesn't have any benefits for functions in header
files. Remove it.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
include/linux/bitmap.h