Bill Pemberton
da095fd3d5
acpi: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Rafael J. Wysocki <rjw@sisk.pl >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 13:19:49 -08:00
Bill Pemberton
15856ad50b
PCI: Remove __dev* markings
...
CONFIG_HOTPLUG is going away as an option so __devexit_p, __devint,
__devinitdata, __devinitconst, and _devexit are no longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 13:16:47 -08:00
Bill Pemberton
7dc3030334
PCI: Always build setup-bus when PCI is enabled
...
CONFIG_HOTPLUG is being removed so setup-bus always needs to be built
as part of PCI.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 13:00:58 -08:00
Bill Pemberton
8ccc9aa17a
PCI: Move pci_uevent into pci-driver.c
...
With the demise of CONFIG_HOTPLUG as an option, the pci_uevent
function located in hotplug.c will now always be used and doesn't need
special treatment in the Makefile. Move pci_uevent into pci-driver.c
and remove hotplug.c
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 13:00:58 -08:00
Bill Pemberton
b40b97ae73
PCI: Remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:53:46 -08:00
Bill Pemberton
8c610c120f
unicore32/PCI: Remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:50:22 -08:00
Bill Pemberton
48bee693ab
sh/PCI: Remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Paul Mundt <lethal@linux-sh.org >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:50:22 -08:00
Bill Pemberton
e47034c7a1
powerpc/PCI: Remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org >
Cc: Paul Mackerras <paulus@samba.org >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Rob Herring <rob.herring@calxeda.com >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:50:22 -08:00
Bill Pemberton
0a6f19db99
mips/PCI: Remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Ralf Baechle <ralf@linux-mips.org >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Rob Herring <rob.herring@calxeda.com >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:50:22 -08:00
Bill Pemberton
d5174d2d2a
microblaze/PCI: Remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Michal Simek <monstr@monstr.eu >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Rob Herring <rob.herring@calxeda.com >
Acked-by: Bjorn Helgaas <bhelgaas@google.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:50:21 -08:00
Bill Pemberton
463a1f8b3c
dma: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Li Yang <leoli@freescale.com >
Cc: Zhang Wei <zw@zh-kernel.org >
Cc: Barry Song <baohua.song@csr.com >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:42:36 -08:00
Bill Pemberton
a7d6e3ec28
dma: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Barry Song <baohua.song@csr.com >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:41:36 -08:00
Bill Pemberton
7eeb741895
firewire: remove use of __devinitdata
...
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:40:42 -08:00
Bill Pemberton
03f94c0f62
firewire: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:40:42 -08:00
Bill Pemberton
678e8a6be9
leds: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de >
Acked-by: Bryan Wu <cooloney@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:35:06 -08:00
Bill Pemberton
98ea1ea20c
leds: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de >
Acked-by: Bryan Wu <cooloney@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:34:57 -08:00
Bill Pemberton
df07cf8126
leds: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de >
Acked-by: Bryan Wu <cooloney@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:33:20 -08:00
Bill Pemberton
6e0ee714fd
mmc: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Manuel Lauss <manuel.lauss@gmail.com >
Cc: Chris Ball <cjb@laptop.org >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com >
Cc: Venkatraman S <svenkatr@ti.com >
Cc: Viresh Kumar <viresh.linux@gmail.com >
Cc: Ian Molton <ian@mnementh.co.uk >
Cc: Bruce Chang <brucechang@via.com.tw >
Cc: Harald Welte <HaraldWelte@viatech.com >
Cc: Pierre Ossman <pierre@ossman.eu >
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:18 -08:00
Bill Pemberton
9647f84dee
mmc: remove use of __devinitconst
...
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Chris Ball <cjb@laptop.org >
Cc: linux-mmc@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:18 -08:00
Bill Pemberton
498d83e732
mmc: remove use of __devinitdata
...
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Chris Ball <cjb@laptop.org >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Rob Herring <rob.herring@calxeda.com >
Cc: linux-mmc@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:18 -08:00
Bill Pemberton
c3be1efd41
mmc: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Chris Ball <cjb@laptop.org >
Cc: Manuel Lauss <manuel.lauss@gmail.com >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com >
Cc: Venkatraman S <svenkatr@ti.com >
Cc: Ian Molton <ian@mnementh.co.uk >
Cc: Bruce Chang <brucechang@via.com.tw >
Cc: Harald Welte <HaraldWelte@viatech.com >
Cc: Pierre Ossman <pierre@ossman.eu >
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:18 -08:00
Bill Pemberton
0433c14356
mmc: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Chris Ball <cjb@laptop.org >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com >
Cc: Venkatraman S <svenkatr@ti.com >
Cc: Ian Molton <ian@mnementh.co.uk >
Cc: Bruce Chang <brucechang@via.com.tw >
Cc: Harald Welte <HaraldWelte@viatech.com >
Cc: Pierre Ossman <pierre@ossman.eu >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:09 -08:00
Bill Pemberton
77f37917a6
pwm: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Thierry Reding <thierry.reding@avionic-design.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:23:41 -08:00
Bill Pemberton
3e9fe83d27
pwm: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Thierry Reding <thierry.reding@avionic-design.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:23:41 -08:00
Bill Pemberton
fd1091125a
pwm: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Thierry Reding <thierry.reding@avionic-design.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:23:41 -08:00
Bill Pemberton
4740f73fe5
mfd: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com >
Cc: Peter Tyser <ptyser@xes-inc.com >
Cc: Daniel Walker <dwalker@fifo99.com >
Cc: Bryan Huntsman <bryanh@codeaurora.org >
Acked-by: David Brown <davidb@codeaurora.org >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:22:27 -08:00
Bill Pemberton
a73e5df16b
mfd: remove use of __devinitconst
...
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:21:40 -08:00
Bill Pemberton
a9e9ce4c41
mfd: remove use of __devinitdata
...
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com >
Cc: Peter Tyser <ptyser@xes-inc.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:21:11 -08:00
Bill Pemberton
f791be492f
mfd: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com >
Cc: Peter Tyser <ptyser@xes-inc.com >
Cc: Daniel Walker <dwalker@fifo99.com >
Cc: Bryan Huntsman <bryanh@codeaurora.org >
Acked-by: David Brown <davidb@codeaurora.org >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:20:19 -08:00
Bill Pemberton
84449216b0
mfd: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com >
Cc: Peter Tyser <ptyser@xes-inc.com >
Cc: Daniel Walker <dwalker@fifo99.com >
Cc: Bryan Huntsman <bryanh@codeaurora.org >
Acked-by: David Brown <davidb@codeaurora.org >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:16:42 -08:00
Bill Pemberton
b1f7c8cc1b
ptp: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Richard Cochran <richardcochran@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:12:32 -08:00
Bill Pemberton
5c0a42566c
ptp: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Richard Cochran <richardcochran@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:12:32 -08:00
Bill Pemberton
305c891e2a
rapidio: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Matt Porter <mporter@kernel.crashing.org >
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:11:31 -08:00
Bill Pemberton
e765a02cb6
pcmcia: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:10:16 -08:00
Bill Pemberton
21fb7674c9
pcmcia: remove use of __devinitdata
...
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:10:16 -08:00
Bill Pemberton
34cdf25a12
pcmcia: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Eric Miao <eric.y.miao@gmail.com >
Cc: Russell King <linux@arm.linux.org.uk >
Cc: Haojian Zhuang <haojian.zhuang@gmail.com >
Acked-by: Eric Miao <eric.y.miao@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:10:16 -08:00
Bill Pemberton
96364e3a5c
pcmcia: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:10:16 -08:00
Bill Pemberton
13ee2b943c
pcmcia: remove CONFIG_HOTPLUG ifdefs
...
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:10:15 -08:00
Bill Pemberton
7e4b9d0bb2
backlight: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de >
Acked-by: Jingoo Han <jg1.han@samsung.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:06:39 -08:00
Bill Pemberton
1b9e450de1
backlight: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de >
Acked-by: Jingoo Han <jg1.han@samsung.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:05:39 -08:00
Bill Pemberton
d1723fa266
backlight: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Richard Purdie <rpurdie@rpsys.net >
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de >
Acked-by: Jingoo Han <jg1.han@samsung.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:03:45 -08:00
Bill Pemberton
4b12b896c2
watchdog: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Wim Van Sebroeck <wim@iguana.be >
Cc: Wan ZongShun <mcuos.com@gmail.com >
Cc: Ben Dooks <ben-linux@fluff.org >
Cc: Kukjin Kim <kgene.kim@samsung.com >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:00:24 -08:00
Bill Pemberton
1d13136864
watchdog: remove use of __devinitdata
...
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Wim Van Sebroeck <wim@iguana.be >
Cc: Grant Likely <grant.likely@secretlab.ca >
Cc: Rob Herring <rob.herring@calxeda.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:00:24 -08:00
Bill Pemberton
2d991a164a
watchdog: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Wim Van Sebroeck <wim@iguana.be >
Cc: Wan ZongShun <mcuos.com@gmail.com >
Cc: Ben Dooks <ben-linux@fluff.org >
Cc: Kukjin Kim <kgene.kim@samsung.com >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:00:24 -08:00
Bill Pemberton
82268714bd
watchdog: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Wim Van Sebroeck <wim@iguana.be >
Cc: Wan ZongShun <mcuos.com@gmail.com >
Cc: Ben Dooks <ben-linux@fluff.org >
Cc: Kukjin Kim <kgene.kim@samsung.com >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:00:24 -08:00
Bill Pemberton
f90f54b3f3
pinctrl: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com >
Cc: Stephen Warren <swarren@wwwdotorg.org >
Cc: Viresh Kumar <viresh.linux@gmail.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:58:23 -08:00
Bill Pemberton
84db00ba1e
pinctrl: remove use of __devinitconst
...
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Stephen Warren <swarren@wwwdotorg.org >
Acked-by: Barry Song <baohua.song@csr.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:57:40 -08:00
Bill Pemberton
99688ed774
pinctrl: remove use of __devinitdata
...
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
Cc: Viresh Kumar <viresh.linux@gmail.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:55:55 -08:00
Bill Pemberton
2a36f08636
pinctrl: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:55:55 -08:00
Bill Pemberton
281dfd0b6e
hwmon: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Hans de Goede <hdegoede@redhat.com >
Cc: Jean Delvare <khali@linux-fr.org >
Cc: Alistair John Strachan <alistair@devzero.co.uk >
Cc: Fenghua Yu <fenghua.yu@intel.com >
Cc: Juerg Haefliger <juergh@gmail.com >
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com >
Cc: Clemens Ladisch <clemens@ladisch.de >
Cc: Rudolf Marek <r.marek@assembler.cz >
Cc: Jim Cromie <jim.cromie@gmail.com >
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com >
Cc: Roger Lucas <vt8231@hiddenengine.co.uk >
Acked-by: Guenter Roeck <linux@roeck-us.net >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 11:50:34 -08:00