public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush
@ 2022-07-11 21:30 Shinyzenith
  2022-07-12  5:30 ` Greg KH
  2022-07-12  5:31 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Shinyzenith @ 2022-07-11 21:30 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Shinyzenith

* Removing checkpatch warnings.
* No functional changes.

Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
---
 drivers/android/binder_alloc.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c
index 5649a0371a1f..795132af0c15 100644
--- a/drivers/android/binder_alloc.c
+++ b/drivers/android/binder_alloc.c
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/* binder_alloc.c
- *
+/*
  * Android IPC Subsystem
  *
  * Copyright (C) 2007-2017 Google, Inc.
@@ -19,7 +18,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.37.0


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

end of thread, other threads:[~2022-07-12  5:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 21:30 [PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush Shinyzenith
2022-07-12  5:30 ` Greg KH
2022-07-12  5:31 ` Greg KH
2022-07-12  5:35   ` Aakash Sen Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox