mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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>
This commit is contained in:
parent
3df692169e
commit
7973be9472
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user