diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-12-08 19:52:38 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-12-11 13:04:28 +0300 |
commit | 7973be94724464222ae0b1860a25be04ab7b0132 (patch) | |
tree | 0222e1207aee13bfc1eeded3ce3e1a3fcdc19bc8 /include/linux/platform_data/x86 | |
parent | 3df692169e8486fc3dd91fcd5ea81c27a0bac033 (diff) | |
download | linux-7973be94724464222ae0b1860a25be04ab7b0132.tar.xz |
clk: x86: lpss-atom: Drop unneeded 'extern' in the header
'extern' for the functions is not needed, drop it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20231208165238.3309058-1-andriy.shevchenko@linux.intel.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/linux/platform_data/x86')
-rw-r--r-- | include/linux/platform_data/x86/clk-lpss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/x86/clk-lpss.h b/include/linux/platform_data/x86/clk-lpss.h index 41df326583f9..7f132029316a 100644 --- a/include/linux/platform_data/x86/clk-lpss.h +++ b/include/linux/platform_data/x86/clk-lpss.h @@ -15,6 +15,6 @@ struct lpss_clk_data { struct clk *clk; }; -extern int lpss_atom_clk_init(void); +int lpss_atom_clk_init(void); #endif /* __CLK_LPSS_H */ |