]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/selection.c
ALSA: hda - Add function id to proc output
[linux-2.6-omap-h63xx.git] / drivers / char / selection.c
index 2978a49a172b0cdba3d91814fd3b68b614645fea..f29fbe9b8ed7f27d775902a245d5a79d34f4e515 100644 (file)
@@ -306,7 +306,7 @@ int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *t
  */
 int paste_selection(struct tty_struct *tty)
 {
-       struct vc_data *vc = (struct vc_data *)tty->driver_data;
+       struct vc_data *vc = tty->driver_data;
        int     pasted = 0;
        unsigned int count;
        struct  tty_ldisc *ld;