[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121206201135.GA2246@tuxdriver.com>
Date: Thu, 6 Dec 2012 15:11:35 -0500
From: "John W. Linville" <linville@...driver.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
Bill Pemberton <wfp5p@...ginia.edu>
Subject: Re: [GIT PULL] Remove __dev* markings from the networking drivers
I went ahead and applied these as patches, since they were based on
something other than wireless-next. I hope that's OK!
John
On Mon, Dec 03, 2012 at 12:29:10PM -0800, Greg KH wrote:
> Hi John,
>
> Here's a pull request for all of Bill's __dev* removal patches for the
> wireless networking drivers, based on net-next. If you want this
> rebased on a different tree, or sent as patches (it's only 18 of them),
> please let me know.
>
> thanks,
>
> greg k-h
>
> -------------
>
> The following changes since commit 60e476d02129acb1f863a9b4932358678ee6a355:
>
> bna: remove useless calls to memset(). (2012-12-02 20:32:56 -0500)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next.git tags/dev_removal_wireless
>
> for you to fetch changes up to 40ccc6ab03053a2ad1f52c8b3f4d3ee828b7c013:
>
> rtlwifi: remove __dev* attributes (2012-12-03 11:47:38 -0800)
>
> ----------------------------------------------------------------
> Wireless: Remove __dev* markings from the wireless drivers
>
> This is a series of patches that remove the dev* attributes for all
> wireless drivers.
>
> Use of __devinit, __devexit_p, __devinitdata, __devinitconst, and
> __devexit are no longer needed since CONFIG_HOTPLUG is being removed as
> an option.
>
> Note, there are some devinit compiler section mismatch warnings due to
> this series, but they are fixed up when merged with my driver-next
> branch, which fixes the PCI device id warnings, and removes the modpost
> detection, as it's no longer needed.
>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
>
> ----------------------------------------------------------------
> Bill Pemberton (18):
> rfkill: remove __dev* attributes
> wireless: remove __dev* attributes
> ath5k: remove __dev* attributes
> atmel: remove __dev* attributes
> b43: remove __dev* attributes
> brcm80211: remove __dev* attributes
> ipw2x00: remove __dev* attributes
> iwlegacy: remove __dev* attributes
> iwlwifi: remove __dev* attributes
> libertas: remove __dev* attributes
> mwl8k: remove __dev* attributes
> orinoco: remove __dev* attributes
> p54: remove __dev* attributes
> rt2x00: remove __dev* attributes
> rtl8187: remove __dev* attributes
> rtl8187: remove __dev* attributes
> wlcore/wl18xx/wl12xx: remove __dev* attributes
> rtlwifi: remove __dev* attributes
>
> drivers/net/wireless/adm8211.c | 6 +++---
> drivers/net/wireless/airo.c | 6 +++---
> drivers/net/wireless/ath/ath5k/base.c | 4 ++--
> drivers/net/wireless/ath/ath5k/led.c | 2 +-
> drivers/net/wireless/ath/ath5k/pci.c | 6 +++---
> drivers/net/wireless/atmel_pci.c | 6 +++---
> drivers/net/wireless/b43/pcmcia.c | 6 +++---
> drivers/net/wireless/b43/sdio.c | 6 +++---
> drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | 4 ++--
> drivers/net/wireless/ipw2x00/ipw2100.c | 4 ++--
> drivers/net/wireless/ipw2x00/ipw2200.c | 8 ++++----
> drivers/net/wireless/iwlegacy/3945-mac.c | 4 ++--
> drivers/net/wireless/iwlegacy/4965-mac.c | 4 ++--
> drivers/net/wireless/iwlwifi/pcie/drv.c | 4 ++--
> drivers/net/wireless/libertas/if_spi.c | 6 +++---
> drivers/net/wireless/mwl8k.c | 12 ++++++------
> drivers/net/wireless/orinoco/orinoco_nortel.c | 4 ++--
> drivers/net/wireless/orinoco/orinoco_pci.c | 4 ++--
> drivers/net/wireless/orinoco/orinoco_plx.c | 4 ++--
> drivers/net/wireless/orinoco/orinoco_tmd.c | 4 ++--
> drivers/net/wireless/p54/p54pci.c | 6 +++---
> drivers/net/wireless/p54/p54spi.c | 6 +++---
> drivers/net/wireless/p54/p54usb.c | 6 +++---
> drivers/net/wireless/rt2x00/rt2400pci.c | 2 +-
> drivers/net/wireless/rt2x00/rt2500pci.c | 2 +-
> drivers/net/wireless/rt2x00/rt2800pci.c | 4 ++--
> drivers/net/wireless/rt2x00/rt61pci.c | 2 +-
> drivers/net/wireless/rtl818x/rtl8180/dev.c | 6 +++---
> drivers/net/wireless/rtl818x/rtl8187/dev.c | 6 +++---
> drivers/net/wireless/rtlwifi/pci.c | 2 +-
> drivers/net/wireless/rtlwifi/pci.h | 2 +-
> drivers/net/wireless/rtlwifi/rtl8192de/sw.c | 2 +-
> drivers/net/wireless/rtlwifi/rtl8192se/sw.c | 2 +-
> drivers/net/wireless/rtlwifi/usb.c | 2 +-
> drivers/net/wireless/rtlwifi/usb.h | 2 +-
> drivers/net/wireless/ti/wl1251/sdio.c | 4 ++--
> drivers/net/wireless/ti/wl1251/spi.c | 6 +++---
> drivers/net/wireless/ti/wl12xx/main.c | 6 +++---
> drivers/net/wireless/ti/wl18xx/main.c | 6 +++---
> drivers/net/wireless/ti/wlcore/main.c | 4 ++--
> drivers/net/wireless/ti/wlcore/sdio.c | 8 ++++----
> drivers/net/wireless/ti/wlcore/spi.c | 6 +++---
> drivers/net/wireless/ti/wlcore/wlcore.h | 4 ++--
> net/rfkill/rfkill-gpio.c | 2 +-
> net/rfkill/rfkill-regulator.c | 6 +++---
> 45 files changed, 104 insertions(+), 104 deletions(-)
>
--
John W. Linville Someday the world will need a hero, and you
linville@...driver.com might be all we have. Be ready.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists