From: Michael Buesch <mb@bu3sch.de>
To: Adrian Bunk <bunk@kernel.org>
Cc: "John W. Linville" <linville@tuxdriver.com>,
stefano.brivio@polimi.it, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make b43_mac_{enable,suspend}() static
Date: Wed, 30 Jan 2008 21:31:18 +0100 [thread overview]
Message-ID: <200801302131.19330.mb@bu3sch.de> (raw)
In-Reply-To: <20080130200247.GA29368@does.not.exist>
On Wednesday 30 January 2008 21:02:47 Adrian Bunk wrote:
> b43_mac_{enable,suspend}() can now become static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Michael Buesch <mb@bu3sch.de>
> ---
>
> drivers/net/wireless/b43/main.c | 4 ++--
> drivers/net/wireless/b43/main.h | 3 ---
> 2 files changed, 2 insertions(+), 5 deletions(-)
>
> e2a91b00d125ed4b60bdf9e37f550aed23d84747
> diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c
> index 88d2c15..360515c 100644
> --- a/drivers/net/wireless/b43/main.c
> +++ b/drivers/net/wireless/b43/main.c
> @@ -2042,7 +2042,7 @@ static void b43_gpio_cleanup(struct b43_wldev *dev)
> }
>
> /* http://bcm-specs.sipsolutions.net/EnableMac */
> -void b43_mac_enable(struct b43_wldev *dev)
> +static void b43_mac_enable(struct b43_wldev *dev)
> {
> dev->mac_suspended--;
> B43_WARN_ON(dev->mac_suspended < 0);
> @@ -2066,7 +2066,7 @@ void b43_mac_enable(struct b43_wldev *dev)
> }
>
> /* http://bcm-specs.sipsolutions.net/SuspendMAC */
> -void b43_mac_suspend(struct b43_wldev *dev)
> +static void b43_mac_suspend(struct b43_wldev *dev)
> {
> int i;
> u32 tmp;
> diff --git a/drivers/net/wireless/b43/main.h b/drivers/net/wireless/b43/main.h
> index 2d52d9d..4397f49 100644
> --- a/drivers/net/wireless/b43/main.h
> +++ b/drivers/net/wireless/b43/main.h
> @@ -102,9 +102,6 @@ void b43_dummy_transmission(struct b43_wldev *dev);
>
> void b43_wireless_core_reset(struct b43_wldev *dev, u32 flags);
>
> -void b43_mac_suspend(struct b43_wldev *dev);
> -void b43_mac_enable(struct b43_wldev *dev);
> -
> void b43_controller_restart(struct b43_wldev *dev, const char *reason);
>
> #define B43_PS_ENABLED (1 << 0) /* Force enable hardware power saving */
>
>
>
--
Greetings Michael.
prev parent reply other threads:[~2008-01-30 20:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-30 20:02 [2.6 patch] make b43_mac_{enable,suspend}() static Adrian Bunk
2008-01-30 20:31 ` Michael Buesch [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200801302131.19330.mb@bu3sch.de \
--to=mb@bu3sch.de \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=stefano.brivio@polimi.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.