cpu: Drop "extern" from function declarations in cpuhplock.h
authorTony Luck <tony.luck@intel.com>
Mon, 10 Jun 2024 00:39:25 +0000 (17:39 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 10 Jun 2024 06:50:05 +0000 (08:50 +0200)
commitddefcfdeb5a2238cbcb07b80dda9ac3136735b1e
treeaf0cc580d4e680d2a5c8371f4711c80045c09630
parent195fb517ee25bfefde9c74ecd86348eccbd6d2e4
cpu: Drop "extern" from function declarations in cpuhplock.h

This file was created with a direct cut and paste from cpu.h so
kept the legacy declaration style.

But the Linux coding standard for function declarations in header
files is to avoid use of "extern".

Drop "extern" from all function declarations.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240610003927.341707-3-tony.luck@intel.com
include/linux/cpuhplock.h