linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: android: ion: Remove unused header files
@ 2018-11-30 14:43 Yangtao Li
  2018-12-05 22:10 ` Laura Abbott
  0 siblings, 1 reply; 2+ messages in thread
From: Yangtao Li @ 2018-11-30 14:43 UTC (permalink / raw)
  To: labbott, sumit.semwal, gregkh, arve, tkjos, maco, joel
  Cc: devel, dri-devel, linaro-mm-sig, linux-kernel, Yangtao Li

seq_file.h does not need to be included,so remove it.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 drivers/staging/android/ion/ion.c             | 1 -
 drivers/staging/android/ion/ion_system_heap.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c
index 99073325b0c0..0d61e9cd0887 100644
--- a/drivers/staging/android/ion/ion.c
+++ b/drivers/staging/android/ion/ion.c
@@ -23,7 +23,6 @@
 #include <linux/mm_types.h>
 #include <linux/rbtree.h>
 #include <linux/sched/task.h>
-#include <linux/seq_file.h>
 #include <linux/slab.h>
 #include <linux/uaccess.h>
 #include <linux/vmalloc.h>
diff --git a/drivers/staging/android/ion/ion_system_heap.c b/drivers/staging/android/ion/ion_system_heap.c
index 548bb02c0ca6..9ce2c0d7ac17 100644
--- a/drivers/staging/android/ion/ion_system_heap.c
+++ b/drivers/staging/android/ion/ion_system_heap.c
@@ -11,7 +11,6 @@
 #include <linux/highmem.h>
 #include <linux/mm.h>
 #include <linux/scatterlist.h>
-#include <linux/seq_file.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include "ion.h"
-- 
2.17.0


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

* Re: [PATCH] staging: android: ion: Remove unused header files
  2018-11-30 14:43 [PATCH] staging: android: ion: Remove unused header files Yangtao Li
@ 2018-12-05 22:10 ` Laura Abbott
  0 siblings, 0 replies; 2+ messages in thread
From: Laura Abbott @ 2018-12-05 22:10 UTC (permalink / raw)
  To: Yangtao Li, sumit.semwal, gregkh, arve, tkjos, maco, joel
  Cc: devel, dri-devel, linaro-mm-sig, linux-kernel

On 11/30/18 6:43 AM, Yangtao Li wrote:
> seq_file.h does not need to be included,so remove it.
> 

Acked-by: Laura Abbott <labbott@redhat.com>

> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
> ---
>   drivers/staging/android/ion/ion.c             | 1 -
>   drivers/staging/android/ion/ion_system_heap.c | 1 -
>   2 files changed, 2 deletions(-)
> 
> diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c
> index 99073325b0c0..0d61e9cd0887 100644
> --- a/drivers/staging/android/ion/ion.c
> +++ b/drivers/staging/android/ion/ion.c
> @@ -23,7 +23,6 @@
>   #include <linux/mm_types.h>
>   #include <linux/rbtree.h>
>   #include <linux/sched/task.h>
> -#include <linux/seq_file.h>
>   #include <linux/slab.h>
>   #include <linux/uaccess.h>
>   #include <linux/vmalloc.h>
> diff --git a/drivers/staging/android/ion/ion_system_heap.c b/drivers/staging/android/ion/ion_system_heap.c
> index 548bb02c0ca6..9ce2c0d7ac17 100644
> --- a/drivers/staging/android/ion/ion_system_heap.c
> +++ b/drivers/staging/android/ion/ion_system_heap.c
> @@ -11,7 +11,6 @@
>   #include <linux/highmem.h>
>   #include <linux/mm.h>
>   #include <linux/scatterlist.h>
> -#include <linux/seq_file.h>
>   #include <linux/slab.h>
>   #include <linux/vmalloc.h>
>   #include "ion.h"
> 


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30 14:43 [PATCH] staging: android: ion: Remove unused header files Yangtao Li
2018-12-05 22:10 ` Laura Abbott

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).