Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andy Shevchenko and committed by
Hans de Goede
7973be94 3df69216

+1 -1
+1 -1
include/linux/platform_data/x86/clk-lpss.h
··· 15 15 struct clk *clk; 16 16 }; 17 17 18 - extern int lpss_atom_clk_init(void); 18 + int lpss_atom_clk_init(void); 19 19 20 20 #endif /* __CLK_LPSS_H */