list: remove redundant 'extern' for function prototypes
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 2 May 2025 12:17:42 +0000 (15:17 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:54:14 +0000 (17:54 -0700)
commitcf80fdbc0a5512feabbc56280b2abbb51d4e5b4e
tree513a2ba65222753bf4aac4c0d20af4d707541ba7
parent09e1d93a421fa5f6699a9dbdbfc09c1008de4b9a
list: remove redundant 'extern' for function prototypes

The 'extern' keyword is redundant for function prototypes.  list.h never
used them and new code in general is better without them.

Link: https://lkml.kernel.org/r/20250502121742.3997529-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/list.h