get rid of old cruft: remove args argument from the modules' init() routines
This commit is contained in:
@@ -61,7 +61,7 @@ MODULE_EXPORT char *symbol_prefix = "lircin_";
|
||||
* point all the function pointers.
|
||||
*/
|
||||
MODULE_EXPORT int
|
||||
lircin_init (Driver *drvthis, char *args)
|
||||
lircin_init (Driver *drvthis)
|
||||
{
|
||||
char s[200]="";
|
||||
char *lircrc, *prog;
|
||||
|
||||
Reference in New Issue
Block a user