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

From: Greg KH
Date: Tue Jul 12 2022 - 01:31:39 EST


On Tue, Jul 12, 2022 at 03:00:59AM +0530, Shinyzenith wrote:
> * 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
>

Including the issues found by my patch bot, please consider working in
drivers/staging/ first and not in other portions of the kernel, so that
you can learn the proper processes and development model and not bother
maintainers of other subsystems.

Note, you also forgot to send your change to the correct people for
review.

thanks,

greg k-h