get rid of old cruft: remove args argument from the modules' init() routines

This commit is contained in:
marschap
2005-07-02 13:38:51 +00:00
parent 32545c99a2
commit 0ec83bdc66
63 changed files with 77 additions and 84 deletions
+2 -2
View File
@@ -250,7 +250,7 @@ static char MtxOrb_parse_keypad_setting (Driver *drvthis, char * keyname, char d
* Called to initialize driver settings
*/
MODULE_EXPORT int
MtxOrb_init (Driver *drvthis, char *args)
MtxOrb_init (Driver *drvthis)
{
struct termios portset;
@@ -295,7 +295,7 @@ MtxOrb_init (Driver *drvthis, char *args)
p->cellwidth = LCD_DEFAULT_CELLWIDTH;
p->cellheight = LCD_DEFAULT_CELLHEIGHT;
debug( RPT_INFO, "MtxOrb: init(%p,%s)", drvthis, args );
debug( RPT_INFO, "MtxOrb: init(%p)", drvthis );
/* READ CONFIG FILE */