nc100: tty_sleeping
authorAlan Cox <alan@linux.intel.com>
Sat, 7 Mar 2015 20:01:34 +0000 (20:01 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 7 Mar 2015 20:01:34 +0000 (20:01 +0000)
Kernel/platform-nc100/devtty.c

index 3631d22..e394142 100644 (file)
@@ -128,6 +128,10 @@ int tty_carrier(uint8_t minor)
     return 1;
 }
 
+void tty_sleeping(uint8_t minor)
+{
+    minor;
+}
 
 #define SER_INIT       0x4F    /*  1 stop,no parity,8bit,16x */
 #define SER_RXTX       0x37