aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ced1401
diff options
context:
space:
mode:
authorGravatar Paul Gortmaker <paul.gortmaker@windriver.com> 2013-12-10 15:23:48 -0500
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2013-12-17 10:08:14 -0800
commit885a947e5b08953ebd5fce88be89a0399a7ab918 (patch)
treef28c254252ceee183c8480272021d8da423a4ac1 /drivers/staging/ced1401
parentStaging: TIDSPBRIDGE: Fix mmap to map the correct region of physical memory (diff)
downloadlinux-885a947e5b08953ebd5fce88be89a0399a7ab918.tar.gz
linux-885a947e5b08953ebd5fce88be89a0399a7ab918.tar.bz2
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/ced1401')
-rw-r--r--drivers/staging/ced1401/ced_ioc.c1
-rw-r--r--drivers/staging/ced1401/usb1401.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c
index 043a93230e82..bf532b1bd345 100644
--- a/drivers/staging/ced1401/ced_ioc.c
+++ b/drivers/staging/ced1401/ced_ioc.c
@@ -19,7 +19,6 @@
*/
#include <linux/kernel.h>
#include <linux/errno.h>
-#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kref.h>
diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c
index 97c55f9e5151..efc310ca789e 100644
--- a/drivers/staging/ced1401/usb1401.c
+++ b/drivers/staging/ced1401/usb1401.c
@@ -89,7 +89,6 @@ synchronous non-Urb based transfers.
#include <linux/mutex.h>
#include <linux/mm.h>
#include <linux/highmem.h>
-#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kref.h>