Remove extraneous 'extern' hints (#21516)

This commit is contained in:
Scott Lahteine
2021-04-02 14:22:43 -05:00
parent 96bdc4c830
commit 4f174afc1a
61 changed files with 215 additions and 217 deletions

View File

@@ -25,5 +25,5 @@
* feature/fanmux.h - Cooling Fan Multiplexer support functions
*/
extern void fanmux_switch(const uint8_t e);
extern void fanmux_init();
void fanmux_switch(const uint8_t e);
void fanmux_init();