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)
commitbdcf8ff3dd7e89ee4b3f303b6f7e5e04876f9d76
tree310e99ee23ecaea09bb4e54c90fad3781bee6662
parentc099752ae06784fcd9cd393cbf3dfbc6b54f4569
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