tiocmget: kill off the passing of the struct file
[linux-2.6-block.git] / drivers / tty / serial / ifx6x60.c
index b68b96f53e6cb563e24dd9aa3bfbccad9f4aa3b6..4d26d39ec3441ee97d770fc1a7e60593cd78b8d0 100644 (file)
@@ -245,7 +245,7 @@ static void ifx_spi_timeout(unsigned long arg)
  *     Map the signal state into Linux modem flags and report the value
  *     in Linux terms
  */
-static int ifx_spi_tiocmget(struct tty_struct *tty, struct file *filp)
+static int ifx_spi_tiocmget(struct tty_struct *tty)
 {
        unsigned int value;
        struct ifx_spi_device *ifx_dev = tty->driver_data;