Commit ade786db authored by Anton Blanchard's avatar Anton Blanchard

pSeries HVC console: fix hvc_hangup definition

parent a51db51f
......@@ -102,7 +102,7 @@ static void hvc_close(struct tty_struct *tty, struct file * filp)
spin_unlock_irqrestore(&hp->lock, flags);
}
static void hvc_hangup(struct tty_struct *tty, struct file * filp)
static void hvc_hangup(struct tty_struct *tty)
{
struct hvc_struct *hp = tty->driver_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment