]> git.baikalelectronics.ru Git - kernel.git/commit
[ATM] drivers/atm/iphase.c: compilation warning fix
authorLeonardo Potenza <lpotenza@inwind.it>
Wed, 2 Apr 2008 07:03:00 +0000 (00:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Apr 2008 07:03:00 +0000 (00:03 -0700)
commit7340145b617f400efa491bcac383f9cacc5c93eb
tree36d0e421945a88be72e7c46b63406cd3c744f3aa
parent88105bee490d62226581b35d63eea557005992fa
[ATM] drivers/atm/iphase.c: compilation warning fix

Removed the warning messages:
drivers/atm/iphase.c:961: warning: 'tcnter' defined but not used
drivers/atm/iphase.c:963: warning: 'xdump' defined but not used

tcnter and xdump() are used only in debug build

Signed-off-by: Leonardo Potenza <lpotenza@inwind.it>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/iphase.c