linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: driverdevel <devel@driverdev.osuosl.org>,
	linux-wireless@vger.kernel.org, gregkh@suse.de
Subject: Re: [PATCH] staging: brcmsmac, fix build for SMP disabled
Date: Tue, 23 Aug 2011 15:26:14 -0700	[thread overview]
Message-ID: <20110823222614.GA20158@kroah.com> (raw)
In-Reply-To: <20110823145659.a22e1860.rdunlap@xenotime.net>

On Tue, Aug 23, 2011 at 02:56:59PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix build when CONFIG_SMP is not enabled.
> Fixes many build errors (subset listed here):
> 
> drivers/staging/brcm80211/brcmsmac/ampdu.c: In function 'brcms_c_ampdu_dotxstatus':
> drivers/staging/brcm80211/brcmsmac/ampdu.c:833: error: implicit declaration of function 'readb'
> drivers/staging/brcm80211/brcmsmac/ampdu.c:833: error: implicit declaration of function 'readw'
> drivers/staging/brcm80211/brcmsmac/ampdu.c:833: error: implicit declaration of function 'readl'
> drivers/staging/brcm80211/brcmsmac/main.c: In function 'brcms_c_init':
> drivers/staging/brcm80211/brcmsmac/main.c:494: error: implicit declaration of function 'writeb'
> drivers/staging/brcm80211/brcmsmac/main.c:494: error: implicit declaration of function 'writew'
> drivers/staging/brcm80211/brcmsmac/main.c:494: error: implicit declaration of function 'writel'
> drivers/staging/brcm80211/brcmsmac/main.c:529: error: implicit declaration of function 'readb'
> drivers/staging/brcm80211/brcmsmac/phy/phy_cmn.c: In function 'wlc_radioreg_exit':
> drivers/staging/brcm80211/brcmsmac/phy/phy_cmn.c:208: error: implicit declaration of function 'readb'
> drivers/staging/brcm80211/brcmsmac/phy/phy_cmn.c:208: error: implicit declaration of function 'readw'
> drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c: In function 'wlc_lcnphy_idle_tssi_est':
> drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c:2080: error: implicit declaration of function 'readb'
> drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c: In function 'wlc_lcnphy_samp_cap':
> drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c:3837: error: implicit declaration of function 'writeb'
> vers/staging/brcm80211/brcmsmac/phy/phy_n.c: In function 'wlc_phy_init_nphy':
> drivers/staging/brcm80211/brcmsmac/phy/phy_n.c:14561: error: implicit declaration of function 'readb'
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

No longer applies as I took a different patch that resolves this a few
hours ago :(

greg k-h

  reply	other threads:[~2011-08-23 22:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23 21:56 [PATCH] staging: brcmsmac, fix build for SMP disabled Randy Dunlap
2011-08-23 22:26 ` Greg KH [this message]
2011-08-23 22:29 ` Henry Ptasinski

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=20110823222614.GA20158@kroah.com \
    --to=greg@kroah.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).