get rid of old cruft: remove args argument from the modules' init() routines
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "lcd.h"
|
||||
|
||||
MODULE_EXPORT int HD44780_init (Driver *drvthis, char *args);
|
||||
MODULE_EXPORT int HD44780_init (Driver *drvthis);
|
||||
MODULE_EXPORT void HD44780_close (Driver *drvthis);
|
||||
MODULE_EXPORT int HD44780_width (Driver *drvthis);
|
||||
MODULE_EXPORT int HD44780_height (Driver *drvthis);
|
||||
|
||||
Reference in New Issue
Block a user