Home
last modified time | relevance | path

Searched hist:"3 e44d5c9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/base/
H A Dphysical_location.h3e44d5c9 Fri Mar 24 07:27:10 CDT 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: physical_location.h remove extern from function prototypes

The kernel coding style does not require 'extern' in function prototypes
in .h files, so remove them from drivers/base/physical_location.h as
they are not needed.

Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Link: https://lore.kernel.org/r/20230324122711.2664537-5-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>