Re: [PATCH 53/73] drivers/isdn: delete non-required instances of include <linux/init.h>
From: David Miller <davem@davemloft.net>
Date: 2014-01-21 22:35:43
Also in:
linux-arch, lkml
From: David Miller <davem@davemloft.net>
Date: 2014-01-21 22:35:43
Also in:
linux-arch, lkml
From: Paul Gortmaker <redacted> Date: Tue, 21 Jan 2014 16:22:56 -0500
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: Karsten Keil <redacted> Cc: Armin Schindler <redacted> (maintainer:ISDN SUBSYSTEM Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker <redacted>
Acked-by: David S. Miller <davem@davemloft.net>