mtx: bring up to date with tty_sleeping change
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:02:26 +0000 (18:02 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:02:26 +0000 (18:02 +0000)
Kernel/platform-mtx/devtty.c

index cd1c90a..7d85d62 100644 (file)
@@ -86,6 +86,11 @@ int tty_carrier(uint8_t minor)
        return (reg & 8) ? 1 : 0;
 }
 
+void tty_sleeping(uint8_t minor)
+{
+       used(minor);
+}
+
 static uint8_t dart_setup[] = {
        1, 0x19,
        2, 0x04,        /* Vector */