summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/cxd2099
diff options
context:
space:
mode:
authorPaul Gortmaker2013-12-10 21:23:48 +0100
committerGreg Kroah-Hartman2013-12-17 19:08:14 +0100
commit885a947e5b08953ebd5fce88be89a0399a7ab918 (patch)
treef28c254252ceee183c8480272021d8da423a4ac1 /drivers/staging/media/cxd2099
parentStaging: TIDSPBRIDGE: Fix mmap to map the correct region of physical memory (diff)
downloadkernel-qcow2-linux-885a947e5b08953ebd5fce88be89a0399a7ab918.tar.gz
kernel-qcow2-linux-885a947e5b08953ebd5fce88be89a0399a7ab918.tar.xz
kernel-qcow2-linux-885a947e5b08953ebd5fce88be89a0399a7ab918.zip
staging: delete non-required instances of include <linux/init.h>
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.gortmaker@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/media/cxd2099')
-rw-r--r--drivers/staging/media/cxd2099/cxd2099.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/cxd2099/cxd2099.c b/drivers/staging/media/cxd2099/cxd2099.c
index 822c487592a4..6cb74dacc69d 100644
--- a/drivers/staging/media/cxd2099/cxd2099.c
+++ b/drivers/staging/media/cxd2099/cxd2099.c
@@ -26,7 +26,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
-#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/wait.h>
#include <linux/delay.h>