From: Agam Kohli <agamkohli9@gmail.com>
To: gregkh@linuxfoundation.org
Cc: arve@android.com, tkjos@android.com, maco@android.com,
joel@joelfernandes.org, brauner@kernel.org, hridya@google.com,
surenb@google.com, linux-kernel@vger.kernel.org,
Agam Kohli <agamkohli9@gmail.com>
Subject: [PATCH] drivers: android: binder_alloc: Fixed include warning
Date: Fri, 10 Jun 2022 13:50:48 -0400 [thread overview]
Message-ID: <20220610175048.79446-1-agamkohli9@gmail.com> (raw)
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
next reply other threads:[~2022-06-10 17:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 17:50 Agam Kohli [this message]
2022-06-27 14:10 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220610175048.79446-1-agamkohli9@gmail.com \
--to=agamkohli9@gmail.com \
--cc=arve@android.com \
--cc=brauner@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hridya@google.com \
--cc=joel@joelfernandes.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maco@android.com \
--cc=surenb@google.com \
--cc=tkjos@android.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®