]> git.baikalelectronics.ru Git - kernel.git/commit
gigaset: remove unnecessary poll method
authorTilman Schmidt <tilman@imap.cc>
Sun, 30 Nov 2008 05:38:04 +0000 (21:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 30 Nov 2008 05:38:04 +0000 (21:38 -0800)
commit21780b99f96b1503b29733dbd2727bce622a0419
tree393cbcc6df5b6bf8ffd3614ff18ac5fff80db483
parent2235b0edb00e81b0121332248377f38f35c27281
gigaset: remove unnecessary poll method

The N_GIGASET_M101 line discipline implemented by the ser_gigaset
driver does not transfer any data from/to userspace through the
tty interface. Therefore a poll method is not needed.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/gigaset/ser-gigaset.c