From: Paul Gortmaker <paul.gortma...@windriver.com> None of these files are actually using any __init type directives and hence don't need to include <linux/init.h>. Most are just a left over from __devinit and __cpuinit removal, or simply due to code getting copied from one driver to the next.
Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> Signed-off-by: Dmitry Torokhov <dmitry.torok...@gmail.com> [jason.gere...@wacom.com: Imported into input-wacom repository (bf9a9f8)] Signed-off-by: Jason Gerecke <jason.gere...@wacom.com> [jason.gere...@wacom.com: backported from input-wacom repository abcbe95] Signed-off-by: Jason Gerecke <jason.gere...@wacom.com> --- 2.6.30/wacom_w8001.c | 1 - 2.6.36/wacom_w8001.c | 1 - 2.6.38/wacom_w8001.c | 1 - 3.7/wacom_w8001.c | 1 - 4 files changed, 4 deletions(-) diff --git a/2.6.30/wacom_w8001.c b/2.6.30/wacom_w8001.c index b36cf36..4dbc81f 100755 --- a/2.6.30/wacom_w8001.c +++ b/2.6.30/wacom_w8001.c @@ -18,7 +18,6 @@ #include <linux/slab.h> #include <linux/input.h> #include <linux/serio.h> -#include <linux/init.h> #include <linux/ctype.h> #include <linux/delay.h> diff --git a/2.6.36/wacom_w8001.c b/2.6.36/wacom_w8001.c index f87ad7b..7cfd85e 100755 --- a/2.6.36/wacom_w8001.c +++ b/2.6.36/wacom_w8001.c @@ -18,7 +18,6 @@ #include <linux/slab.h> #include <linux/input.h> #include <linux/serio.h> -#include <linux/init.h> #include <linux/ctype.h> #include <linux/delay.h> diff --git a/2.6.38/wacom_w8001.c b/2.6.38/wacom_w8001.c index 1569a39..3812a59 100644 --- a/2.6.38/wacom_w8001.c +++ b/2.6.38/wacom_w8001.c @@ -18,7 +18,6 @@ #include <linux/slab.h> #include <linux/input/mt.h> #include <linux/serio.h> -#include <linux/init.h> #include <linux/ctype.h> #include <linux/delay.h> diff --git a/3.7/wacom_w8001.c b/3.7/wacom_w8001.c index 9a83be6..2792ca3 100644 --- a/3.7/wacom_w8001.c +++ b/3.7/wacom_w8001.c @@ -18,7 +18,6 @@ #include <linux/slab.h> #include <linux/input/mt.h> #include <linux/serio.h> -#include <linux/init.h> #include <linux/ctype.h> #include <linux/delay.h> -- 2.7.1 ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel