clk: x86: lpss-atom: Drop unneeded 'extern' in the header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 8 Dec 2023 16:52:38 +0000 (18:52 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 11 Dec 2023 10:04:28 +0000 (11:04 +0100)
'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>
include/linux/platform_data/x86/clk-lpss.h

index 41df326..7f13202 100644 (file)
@@ -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 */