mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
8da5b970aa
commit
3e44d5c9e9
@ -8,7 +8,7 @@
|
||||
#include <linux/device.h>
|
||||
|
||||
#ifdef CONFIG_ACPI
|
||||
extern bool dev_add_physical_location(struct device *dev);
|
||||
bool dev_add_physical_location(struct device *dev);
|
||||
extern const struct attribute_group dev_attr_physical_location_group;
|
||||
#else
|
||||
static inline bool dev_add_physical_location(struct device *dev) { return false; };
|
||||
|
Loading…
Reference in New Issue
Block a user