tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabled
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 20:02:51 +0000 (12:02 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 20:02:51 +0000 (12:02 -0800)
commit94c2273d6c1b65eaaf2a6446c7147bdf6e5ae924
treed95044379346dc5540f4c3079a1551429704c904
parent6caa76b7786891b42b66a0e61e2c2fff2c884620
tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabled

This was caused by the previous patch to remove the file pointer
from the tty ioctl handler.

Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/tty.h