diff options
Diffstat (limited to 'arch/um/drivers/line.h')
-rw-r--r-- | arch/um/drivers/line.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/line.h b/arch/um/drivers/line.h index 6cb05a22e9b0..0a1834719dba 100644 --- a/arch/um/drivers/line.h +++ b/arch/um/drivers/line.h @@ -56,7 +56,6 @@ struct line { int sigio; struct delayed_work task; const struct line_driver *driver; - int have_irq; }; extern void line_close(struct tty_struct *tty, struct file * filp); |