]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
b43: b43_phyops_a can be static
authorFengguang Wu <fengguang.wu@intel.com>
Wed, 25 Jun 2014 19:46:51 +0000 (15:46 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 25 Jun 2014 19:46:51 +0000 (15:46 -0400)
CC: "Rafał Miłecki" <zajec5@gmail.com>
CC: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/phy_a.c

index a6c38104693d4f60276cc087aedb67aab1fc0c99..25e40432d68b9c0c9dcc25ff44f2386b56e6ca68 100644 (file)
@@ -573,7 +573,7 @@ static void b43_aphy_op_pwork_60sec(struct b43_wldev *dev)
 {//TODO
 }
 
-const struct b43_phy_operations b43_phyops_a = {
+static const struct b43_phy_operations b43_phyops_a = {
        .allocate               = b43_aphy_op_allocate,
        .free                   = b43_aphy_op_free,
        .prepare_structs        = b43_aphy_op_prepare_structs,