linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: card_utils: remove duplicated include file
@ 2018-09-20  5:04 zhong jiang
  2018-09-25 18:20 ` Greg KH
  2018-11-12 11:30 ` haver
  0 siblings, 2 replies; 4+ messages in thread
From: zhong jiang @ 2018-09-20  5:04 UTC (permalink / raw)
  To: gregkh; +Cc: haver, gpiccoli, linux-kernel

delay.h and dma-mapping.h have duplicated include. hence just remove
redundant file.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
---
 drivers/misc/genwqe/card_utils.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/misc/genwqe/card_utils.c b/drivers/misc/genwqe/card_utils.c
index f0961ec..3fcb9a2 100644
--- a/drivers/misc/genwqe/card_utils.c
+++ b/drivers/misc/genwqe/card_utils.c
@@ -23,14 +23,12 @@
  */
 
 #include <linux/kernel.h>
-#include <linux/dma-mapping.h>
 #include <linux/sched.h>
 #include <linux/vmalloc.h>
 #include <linux/page-flags.h>
 #include <linux/scatterlist.h>
 #include <linux/hugetlb.h>
 #include <linux/iommu.h>
-#include <linux/delay.h>
 #include <linux/pci.h>
 #include <linux/dma-mapping.h>
 #include <linux/ctype.h>
-- 
1.7.12.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] media: card_utils: remove duplicated include file
  2018-09-20  5:04 [PATCH] media: card_utils: remove duplicated include file zhong jiang
@ 2018-09-25 18:20 ` Greg KH
  2018-09-26  1:46   ` zhong jiang
  2018-11-12 11:30 ` haver
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-09-25 18:20 UTC (permalink / raw)
  To: zhong jiang; +Cc: haver, gpiccoli, linux-kernel

On Thu, Sep 20, 2018 at 01:04:02PM +0800, zhong jiang wrote:
> delay.h and dma-mapping.h have duplicated include. hence just remove
> redundant file.
> 
> Signed-off-by: zhong jiang <zhongjiang@huawei.com>
> ---
>  drivers/misc/genwqe/card_utils.c | 2 --
>  1 file changed, 2 deletions(-)

Wrong subject :(

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] media: card_utils: remove duplicated include file
  2018-09-25 18:20 ` Greg KH
@ 2018-09-26  1:46   ` zhong jiang
  0 siblings, 0 replies; 4+ messages in thread
From: zhong jiang @ 2018-09-26  1:46 UTC (permalink / raw)
  To: Greg KH; +Cc: haver, gpiccoli, linux-kernel

On 2018/9/26 2:20, Greg KH wrote:
> On Thu, Sep 20, 2018 at 01:04:02PM +0800, zhong jiang wrote:
>> delay.h and dma-mapping.h have duplicated include. hence just remove
>> redundant file.
>>
>> Signed-off-by: zhong jiang <zhongjiang@huawei.com>
>> ---
>>  drivers/misc/genwqe/card_utils.c | 2 --
>>  1 file changed, 2 deletions(-)
> Wrong subject :(
:-[ ,  corret it and repost.  thanks.

Sincerely,
zhong jiang


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] media: card_utils: remove duplicated include file
  2018-09-20  5:04 [PATCH] media: card_utils: remove duplicated include file zhong jiang
  2018-09-25 18:20 ` Greg KH
@ 2018-11-12 11:30 ` haver
  1 sibling, 0 replies; 4+ messages in thread
From: haver @ 2018-11-12 11:30 UTC (permalink / raw)
  To: zhong jiang; +Cc: gregkh, gpiccoli, linux-kernel

On 2018-09-20 07:04, zhong jiang wrote:
> delay.h and dma-mapping.h have duplicated include. hence just remove
> redundant file.
> 
> Signed-off-by: zhong jiang <zhongjiang@huawei.com>
> ---
>  drivers/misc/genwqe/card_utils.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/misc/genwqe/card_utils.c 
> b/drivers/misc/genwqe/card_utils.c
> index f0961ec..3fcb9a2 100644
> --- a/drivers/misc/genwqe/card_utils.c
> +++ b/drivers/misc/genwqe/card_utils.c
> @@ -23,14 +23,12 @@
>   */
> 
>  #include <linux/kernel.h>
> -#include <linux/dma-mapping.h>
>  #include <linux/sched.h>
>  #include <linux/vmalloc.h>
>  #include <linux/page-flags.h>
>  #include <linux/scatterlist.h>
>  #include <linux/hugetlb.h>
>  #include <linux/iommu.h>
> -#include <linux/delay.h>
>  #include <linux/pci.h>
>  #include <linux/dma-mapping.h>
>  #include <linux/ctype.h>

Signed-off-by: Frank Haverkamp <haver@linux.vnet.ibm.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-12 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20  5:04 [PATCH] media: card_utils: remove duplicated include file zhong jiang
2018-09-25 18:20 ` Greg KH
2018-09-26  1:46   ` zhong jiang
2018-11-12 11:30 ` haver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).