Commit 7973be94 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Hans de Goede

clk: x86: lpss-atom: Drop unneeded 'extern' in the header

'extern' for the functions is not needed, drop it.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20231208165238.3309058-1-andriy.shevchenko@linux.intel.comReviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 3df69216
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment