um: switch close_chan() to struct line

... and switch chan_interrupt() to directly calling close_one_chan(),
so we can lose delay_free_irq argument of close_chan() as well.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Al Viro
2011-09-10 08:39:18 -04:00
committed by Richard Weinberger
parent 0fcd719934
commit 10c890c0a3
3 changed files with 11 additions and 9 deletions

View File

@@ -465,7 +465,7 @@ void close_lines(struct line *lines, int nlines)
int i;
for(i = 0; i < nlines; i++)
close_chan(&lines[i].chan_list, 0);
close_chan(&lines[i]);
}
int setup_one_line(struct line *lines, int n, char *init,