提交 ad362984 编写于 作者: F Fengguang Wu 提交者: John W. Linville

b43: b43_phyops_a can be static

CC: "Rafał Miłecki" <zajec5@gmail.com>
CC: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 d51193d4
...@@ -573,7 +573,7 @@ static void b43_aphy_op_pwork_60sec(struct b43_wldev *dev) ...@@ -573,7 +573,7 @@ static void b43_aphy_op_pwork_60sec(struct b43_wldev *dev)
{//TODO {//TODO
} }
const struct b43_phy_operations b43_phyops_a = { static const struct b43_phy_operations b43_phyops_a = {
.allocate = b43_aphy_op_allocate, .allocate = b43_aphy_op_allocate,
.free = b43_aphy_op_free, .free = b43_aphy_op_free,
.prepare_structs = b43_aphy_op_prepare_structs, .prepare_structs = b43_aphy_op_prepare_structs,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册