cleanup: 'static'ize function which are not in the API anymore
This commit is contained in:
@@ -39,8 +39,4 @@ MODULE_EXPORT void HD44780_output (Driver *drvthis, int state);
|
||||
|
||||
MODULE_EXPORT const char * HD44780_get_key (Driver *drvthis);
|
||||
|
||||
static void HD44780_init_vbar (Driver *drvthis);
|
||||
static void HD44780_init_hbar (Driver *drvthis);
|
||||
static void HD44780_init_num (Driver *drvthis);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user