Re: [PATCH 52/73] drivers/pinctrl: delete non-required instances of include <linux/init.h>
From: Linus Walleij <hidden>
Date: 2014-01-23 08:11:24
Also in:
lkml
From: Linus Walleij <hidden>
Date: 2014-01-23 08:11:24
Also in:
lkml
On Tue, Jan 21, 2014 at 10:22 PM, Paul Gortmaker [off-list ref] wrote:
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. Cc: Linus Walleij <redacted> Signed-off-by: Paul Gortmaker <redacted>
Patch applied for v3.15. Yours, Linus Walleij