[PATCH] TTY layer buffering revamp
[linux-2.6-block.git] / include / linux / kbd_kern.h
index 7428198111eb1c1e914b38d21f1f6ee1a64e44db..45f625d7d0b2aab6ca2ee0e99dda5f0cd03109e3 100644 (file)
@@ -151,7 +151,7 @@ extern unsigned int keymap_count;
 
 static inline void con_schedule_flip(struct tty_struct *t)
 {
-       schedule_work(&t->flip.work);
+       schedule_work(&t->buf.work);
 }
 
 #endif