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
@@ -62,13 +62,13 @@ MODULE_EXPORT int supports_multiple = 0;
MODULE_EXPORT char *symbol_prefix = "t6963_";
MODULE_EXPORT int
t6963_init (Driver *drvthis, char *args)
t6963_init (Driver *drvthis)
{
int w, h, p, i, ecp_input;
char size[200] = DEFAULT_SIZE;
debug(RPT_INFO, "T6963: init(%p,%s)", drvthis, args );
debug(RPT_INFO, "T6963: init(%p)", drvthis );
t6963_display_mode = 0;
t6963_graph_line[0] = 0x20;