Re: [PATCH 72/73] drivers: delete remaining non-required instances of

2014-02-07 Thread Greg Kroah-Hartman
On Tue, Jan 21, 2014 at 04:23:15PM -0500, Paul Gortmaker wrote:
> None of these files are actually using any __init type directives
> and hence don't need to include .  Most are just a
> left over from __devinit and __cpuinit removal, or simply due to
> code getting copied from one driver to the next.
> 
> This covers off all the remaining scattered instances in drivers
> in order to avoid a bunch more separate smaller commits.
> 
> Cc: Greg Kroah-Hartman 
> Signed-off-by: Paul Gortmaker 

Acked-by: Greg Kroah-Hartman 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 72/73] drivers: delete remaining non-required instances of

2014-01-21 Thread Paul Gortmaker
None of these files are actually using any __init type directives
and hence don't need to include .  Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

This covers off all the remaining scattered instances in drivers
in order to avoid a bunch more separate smaller commits.

Cc: Greg Kroah-Hartman 
Signed-off-by: Paul Gortmaker 
---
 drivers/atm/idt77105.c   | 1 -
 drivers/atm/suni.c   | 1 -
 drivers/block/nvme-scsi.c| 1 -
 drivers/clk/mxs/clk-ssp.c| 1 -
 drivers/cpuidle/cpuidle-kirkwood.c   | 1 -
 drivers/extcon/extcon-gpio.c | 1 -
 drivers/firewire/nosy.c  | 1 -
 drivers/firewire/ohci.c  | 1 -
 drivers/firmware/efi/vars.c  | 1 -
 drivers/fmc/fmc-chardev.c| 1 -
 drivers/fmc/fmc-core.c   | 1 -
 drivers/fmc/fmc-fakedev.c| 1 -
 drivers/fmc/fmc-trivial.c| 1 -
 drivers/fmc/fmc-write-eeprom.c   | 1 -
 drivers/hid/usbhid/hiddev.c  | 1 -
 drivers/hid/usbhid/usbkbd.c  | 1 -
 drivers/hid/usbhid/usbmouse.c| 1 -
 drivers/ide/delkin_cb.c  | 1 -
 drivers/ide/ide-io.c | 1 -
 drivers/ide/setup-pci.c  | 1 -
 drivers/lguest/lg.h  | 1 -
 drivers/md/bitmap.c  | 1 -
 drivers/md/dm-region-hash.c  | 1 -
 drivers/message/fusion/mptlan.h  | 1 -
 drivers/message/fusion/mptscsih.c| 1 -
 drivers/ntb/ntb_hw.c | 1 -
 drivers/of/device.c  | 1 -
 drivers/oprofile/timer_int.c | 1 -
 drivers/parisc/eisa_enumerator.c | 1 -
 drivers/parport/parport_cs.c | 1 -
 drivers/parport/parport_gsc.c| 1 -
 drivers/parport/parport_sunbpp.c | 1 -
 drivers/pnp/manager.c| 1 -
 drivers/pnp/pnpbios/bioscalls.c  | 1 -
 drivers/pps/clients/pps-gpio.c   | 1 -
 drivers/pps/kapi.c   | 1 -
 drivers/pps/kc.c | 1 -
 drivers/pwm/pwm-atmel-tcb.c  | 1 -
 drivers/pwm/pwm-renesas-tpu.c| 1 -
 drivers/rapidio/devices/tsi721_dma.c | 1 -
 drivers/rapidio/rio.c| 1 -
 drivers/regulator/ab8500-ext.c   | 1 -
 drivers/regulator/arizona-ldo1.c | 1 -
 drivers/regulator/arizona-micsupp.c  | 1 -
 drivers/regulator/mc13xxx-regulator-core.c   | 1 -
 drivers/regulator/wm8994-regulator.c | 1 -
 drivers/target/target_core_fabric_configfs.c | 1 -
 drivers/target/tcm_fc/tfc_cmd.c  | 1 -
 drivers/target/tcm_fc/tfc_io.c   | 1 -
 drivers/target/tcm_fc/tfc_sess.c | 1 -
 drivers/thermal/ti-soc-thermal/ti-bandgap.c  | 1 -
 drivers/uio/uio_aec.c| 1 -
 drivers/uwb/beacon.c | 1 -
 drivers/uwb/hwa-rc.c | 1 -
 drivers/vlynq/vlynq.c| 1 -
 drivers/w1/masters/ds2482.c  | 1 -
 drivers/w1/masters/w1-gpio.c | 1 -
 drivers/xen/xen-stub.c   | 1 -
 58 files changed, 58 deletions(-)

diff --git a/drivers/atm/idt77105.c b/drivers/atm/idt77105.c
index 45d5063..e792482 100644
--- a/drivers/atm/idt77105.c
+++ b/drivers/atm/idt77105.c
@@ -11,7 +11,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c
index 0215934..bc79c9f 100644
--- a/drivers/atm/suni.c
+++ b/drivers/atm/suni.c
@@ -18,7 +18,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/block/nvme-scsi.c b/drivers/block/nvme-scsi.c
index 4a4ff4e..1ce4223 100644
--- a/drivers/block/nvme-scsi.c
+++ b/drivers/block/nvme-scsi.c
@@ -30,7 +30,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/clk/mxs/clk-ssp.c b/drivers/clk/mxs/clk-ssp.c
index af7bdbf..a57f0ba 100644
--- a/drivers/clk/mxs/clk-ssp.c
+++ b/drivers/clk/mxs/clk-ssp.c
@@ -17,7 +17,6 @@
  */
 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/cpuidle/cpuidle-kirkwood.c 
b/drivers/cpuidle/cpuidle-kirkwood.c
index 41ba843..1c88bfd 100644
--- a/drivers/cpuidle/cpuidle-kirkwood.c
+++ b/drivers/cpuidle/cpuidle-kirkwood.c
@@ -16,7 +16,6 @@
 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c
index a63a6b2..d5b6d55 100644
--- a/drivers/extcon/extcon-gpio.c
+++ b/drivers/extcon/extcon-gpio.c
@@ -22,7 +22,6 @@
 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/