Re: [PATCH] atm: horizon: Remove some unused functions

2015-01-13 Thread David Miller
From: Rickard Strandqvist Date: Tue, 13 Jan 2015 19:50:21 +0100 > Removes some functions that are not used anywhere: > channel_to_vpivci() query_tx_channel_config() rx_disabled_handler() > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by:

[PATCH] atm: horizon: Remove some unused functions

2015-01-13 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: channel_to_vpivci() query_tx_channel_config() rx_disabled_handler() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/atm/horizon.c | 24