get rid of old cruft: remove args argument from the modules' init() routines
This commit is contained in:
@@ -76,7 +76,7 @@ char *codes[] = {
|
||||
// init() should set up any device-specific stuff, and
|
||||
// point all the function pointers.
|
||||
MODULE_EXPORT int
|
||||
irmanin_init (Driver *drvthis, char *args)
|
||||
irmanin_init (Driver *drvthis)
|
||||
{
|
||||
char device[256];
|
||||
char *ptrdevice;
|
||||
|
||||
Reference in New Issue
Block a user