diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-03-25 11:04:41 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:19:46 -0500 |
commit | 8afceb1e6a3b6361c7c2456ef488ee9c6db7b370 (patch) | |
tree | c38bc8587af99e761766fb0388c4b9c1e59be22b /drivers/net/wireless/bcm43xx/bcm43xx_main.c | |
parent | b5e868edbeaa5fd832d42563195c0da00edfd3c9 (diff) |
[PATCH] bcm43xx: fix the remaining sparse warnings.
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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. |