X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Ftc%2Fzs.c;h=3524e3fc08b91ed27316748dc5ea528e3f7d61a0;hb=e676853c8c3f77166c03f1eea7dab6e854eeb819;hp=fc3197273663e93c48f975cded7c748727ad0370;hpb=3be11c8f4f2fa194834c2e83540f34da442b8977;p=linux-2.6 diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index fc31972736..3524e3fc08 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c @@ -70,7 +70,6 @@ #include #include #include -#include #ifdef CONFIG_KGDB #include @@ -626,10 +625,8 @@ static void do_softint(unsigned long private_) if (!tty) return; - if (test_and_clear_bit(RS_EVENT_WRITE_WAKEUP, &info->event)) { + if (test_and_clear_bit(RS_EVENT_WRITE_WAKEUP, &info->event)) tty_wakeup(tty); - wake_up_interruptible(&tty->write_wait); - } } static int zs_startup(struct dec_serial * info)