]> git.baikalelectronics.ru Git - kernel.git/commit
staging: gdm724x: gdm_tty: fix tty api build warnings
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 20:15:23 +0000 (13:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 20:15:23 +0000 (13:15 -0700)
commitcc5db13ba2683fd5db0a18dc2cb660149ec757d6
treeeb7e5ec75f9f985f6f09896c27115ad49920e1e9
parent052dde2cb898c447f56c693af5b22e3a9440dc00
staging: gdm724x: gdm_tty: fix tty api build warnings

This fixes the build warnings due to changes in the tty api.  Note, I
don't know if the reference counting is correct, but at least there are
no more build warnings.

Also the tty code needs to be reworked, no static arrays of tty devices
and the like...

Cc: Won Kang <wonkang@gctsemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_tty.c