]> git.baikalelectronics.ru Git - kernel.git/commit
b43: Comment unused functions lpphy_restore_dig_flt_state and lpphy_disable_rx_gain_o...
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Sun, 20 Sep 2009 08:09:24 +0000 (13:39 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:41 +0000 (16:39 -0400)
commitdf882609599a8a48e18eedd4b96dec387f434167
tree310e99ee23ecaea09bb4e54c90fad3781bee6662
parentc2905dc4a275c53f8d4aa8eec5eef29d150df28f
b43: Comment unused functions lpphy_restore_dig_flt_state and lpphy_disable_rx_gain_override

Commenting unused functions lpphy_restore_dig_flt_state and
lpphy_disable_rx_gain_override, may be we need these functions in future.

This also fixed following compilation warnings :
  CC [M]  drivers/net/wireless/b43/phy_lp.o
drivers/net/wireless/b43/phy_lp.c:383: warning: ‘lpphy_restore_dig_flt_state’ defined but not used
drivers/net/wireless/b43/phy_lp.c:891: warning: ‘lpphy_disable_rx_gain_override’ defined but not used

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/phy_lp.c