All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: android: binder_alloc: Fixed include warning
@ 2022-06-10 17:50 Agam Kohli
  2022-06-27 14:10 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Agam Kohli @ 2022-06-10 17:50 UTC (permalink / raw)
  To: gregkh
  Cc: arve, tkjos, maco, joel, brauner, hridya, surenb, linux-kernel,
	Agam Kohli

Changed include from asm/ to linux/

Signed-off-by: Agam Kohli <agamkohli9@gmail.com>
---
 drivers/android/binder_alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c
index 5649a0371a1f..4c10c4f9573a 100644
--- a/drivers/android/binder_alloc.c
+++ b/drivers/android/binder_alloc.c
@@ -19,7 +19,7 @@
 #include <linux/sched.h>
 #include <linux/list_lru.h>
 #include <linux/ratelimit.h>
-#include <asm/cacheflush.h>
+#include <linux/cacheflush.h>
 #include <linux/uaccess.h>
 #include <linux/highmem.h>
 #include <linux/sizes.h>
-- 
2.36.1


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

* Re: [PATCH] drivers: android: binder_alloc: Fixed include warning
  2022-06-10 17:50 [PATCH] drivers: android: binder_alloc: Fixed include warning Agam Kohli
@ 2022-06-27 14:10 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-06-27 14:10 UTC (permalink / raw)
  To: Agam Kohli; +Cc: arve, tkjos, maco, joel, brauner, hridya, surenb, linux-kernel

On Fri, Jun 10, 2022 at 01:50:48PM -0400, Agam Kohli wrote:
> Changed include from asm/ to linux/

This says what you did, but not why you did it.

Please document why.

thanks,

greg k-h

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

end of thread, other threads:[~2022-06-27 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 17:50 [PATCH] drivers: android: binder_alloc: Fixed include warning Agam Kohli
2022-06-27 14:10 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.