[PATCH] uml: workqueue build fix

arch/um/drivers/chan_kern.c:643: error: conflicting types for 'chan_interrupt'
  arch/um/include/chan_kern.h:31: error: previous declaration of 'chan_interrupt'

Cc: David Howells <dhowells@redhat.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andrew Morton
2006-12-06 20:31:36 -08:00
committed by Linus Torvalds
parent 822191a2fa
commit a2ce774096
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ struct line {
char *tail;
int sigio;
struct work_struct task;
struct delayed_work task;
const struct line_driver *driver;
int have_irq;
};