[PATCH] drivers: android: bind_alloc: asm/cacheflush to linux/cacheflush

From: Shinyzenith
Date: Mon Jul 11 2022 - 17:31:20 EST


* Removing checkpatch warnings.
* No functional changes.

Signed-off-by: Shinyzenith <aakashsensharma@xxxxxxxxx>
---
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