mbox

[GIT,PULL] Remove __dev* markings from the networking drivers

Message ID 20121203202910.GB29451@kroah.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next.git tags/dev_removal_wireless

Message

gregkh@linuxfoundation.org Dec. 3, 2012, 8:29 p.m. UTC
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@linuxfoundation.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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

John W. Linville Dec. 6, 2012, 8:11 p.m. UTC | #1
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@linuxfoundation.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(-)
>
gregkh@linuxfoundation.org Dec. 6, 2012, 8:23 p.m. UTC | #2
On Thu, Dec 06, 2012 at 03:11:35PM -0500, John W. Linville wrote:
> I went ahead and applied these as patches, since they were based on
> something other than wireless-next.  I hope that's OK!

That's fine with me, thanks for doing so.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html