get rid of old cruft: remove args argument from the modules' init() routines
This commit is contained in:
@@ -73,7 +73,7 @@ MODULE_EXPORT char *symbol_prefix = "LB216_";
|
||||
// Opens com port and sets baud correctly...
|
||||
//
|
||||
MODULE_EXPORT int
|
||||
LB216_init(Driver * drvthis, char *args)
|
||||
LB216_init(Driver * drvthis)
|
||||
{
|
||||
struct termios portset;
|
||||
int reboot=0;
|
||||
|
||||
Reference in New Issue
Block a user