diff options
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx_main.c')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_main.c b/drivers/net/wireless/bcm43xx/bcm43xx_main.c index ac9a8dd1ab8f..7c1d72fc6289 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_main.c +++ b/drivers/net/wireless/bcm43xx/bcm43xx_main.c | |||
@@ -2509,7 +2509,7 @@ error: | |||
2509 | return -ENODEV; | 2509 | return -ENODEV; |
2510 | } | 2510 | } |
2511 | 2511 | ||
2512 | void bcm43xx_init_struct_phyinfo(struct bcm43xx_phyinfo *phy) | 2512 | static void bcm43xx_init_struct_phyinfo(struct bcm43xx_phyinfo *phy) |
2513 | { | 2513 | { |
2514 | /* Initialize a "phyinfo" structure. The structure is already | 2514 | /* Initialize a "phyinfo" structure. The structure is already |
2515 | * zeroed out. | 2515 | * zeroed out. |
@@ -2521,7 +2521,7 @@ void bcm43xx_init_struct_phyinfo(struct bcm43xx_phyinfo *phy) | |||
2521 | spin_lock_init(&phy->lock); | 2521 | spin_lock_init(&phy->lock); |
2522 | } | 2522 | } |
2523 | 2523 | ||
2524 | void bcm43xx_init_struct_radioinfo(struct bcm43xx_radioinfo *radio) | 2524 | static void bcm43xx_init_struct_radioinfo(struct bcm43xx_radioinfo *radio) |
2525 | { | 2525 | { |
2526 | /* Initialize a "radioinfo" structure. The structure is already | 2526 | /* Initialize a "radioinfo" structure. The structure is already |
2527 | * zeroed out. | 2527 | * zeroed out. |