From: Paul Gortmaker <[email protected]> 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 <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]> [[email protected]: Imported into input-wacom repository (bf9a9f8)] Signed-off-by: Jason Gerecke <[email protected]> [[email protected]: backported from input-wacom repository abcbe95] Signed-off-by: Jason Gerecke <[email protected]> --- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
