drivers: staging: remove duplicate includes
authorPravin Shedge <pravin.shedge4linux@gmail.com>
Wed, 6 Dec 2017 17:12:08 +0000 (22:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Dec 2017 17:26:05 +0000 (18:26 +0100)
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_buffer_mgr.c
drivers/staging/ccree/ssi_driver.c
drivers/staging/irda/drivers/pxaficp_ir.c

index bac9d12126d2ef0f1ae7cbd03bf8ff77a38af544..c5bc02790383c817a88dd6f72e5803ebc60bba60 100644 (file)
@@ -23,7 +23,6 @@
 #include <crypto/scatterwalk.h>
 #include <linux/dmapool.h>
 #include <linux/dma-mapping.h>
-#include <linux/crypto.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
 
index 041624f782148117feae10999ce4a61bfc8e22ef..a0d8eb8ab480fadf936b33744bed22cda987ada5 100644 (file)
@@ -55,7 +55,6 @@
 #include <linux/uaccess.h>
 #include <linux/pagemap.h>
 #include <linux/sched.h>
-#include <linux/random.h>
 #include <linux/of.h>
 #include <linux/clk.h>
 #include <linux/of_address.h>
index 1dba16bc7f8d7781be68fa4cb39ca41422b0625b..2ea00a6531f9f5fbdc097cefbf6d5444198cf3ad 100644 (file)
@@ -12,7 +12,6 @@
  * Infra-red driver (SIR/FIR) for the PXA2xx embedded microprocessor
  *
  */
-#include <linux/dma-mapping.h>
 #include <linux/interrupt.h>
 #include <linux/module.h>
 #include <linux/netdevice.h>