diff mbox series

[v1,1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic

Message ID 20230103145023.40055-1-andriy.shevchenko@linux.intel.com (mailing list archive)
State Accepted
Commit 4c7cf5f290e83df89a728ad7406b9d064bacdd70
Headers show
Series [v1,1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic | expand

Commit Message

Andy Shevchenko Jan. 3, 2023, 2:50 p.m. UTC
There is no point to specify asm-generic for the unaligned.h.
Drop the 'generic' suffix.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Guenter Roeck Jan. 3, 2023, 6:55 p.m. UTC | #1
On Tue, Jan 3, 2023 at 6:50 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Subject: s/intead/instead/

otherwise

Reviewed-by: Guenter Roeck <groeck@chromium.org>

> ---
>  drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/platform/chrome/cros_ec_proto_test.c b/drivers/platform/chrome/cros_ec_proto_test.c
> index c6a83df91ae1..08c58d031593 100644
> --- a/drivers/platform/chrome/cros_ec_proto_test.c
> +++ b/drivers/platform/chrome/cros_ec_proto_test.c
> @@ -5,7 +5,8 @@
>
>  #include <kunit/test.h>
>
> -#include <asm-generic/unaligned.h>
> +#include <asm/unaligned.h>
> +
>  #include <linux/platform_data/cros_ec_commands.h>
>  #include <linux/platform_data/cros_ec_proto.h>
>
> --
> 2.35.1
>
patchwork-bot+chrome-platform@kernel.org Jan. 4, 2023, 2:20 a.m. UTC | #2
Hello:

This patch was applied to chrome-platform/linux.git (for-kernelci)
by Tzung-Bi Shih <tzungbi@kernel.org>:

On Tue,  3 Jan 2023 16:50:23 +0200 you wrote:
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Here is the summary with links:
  - [v1,1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
    https://git.kernel.org/chrome-platform/c/4c7cf5f290e8

You are awesome, thank you!
patchwork-bot+chrome-platform@kernel.org Jan. 5, 2023, 1:10 a.m. UTC | #3
Hello:

This patch was applied to chrome-platform/linux.git (for-next)
by Tzung-Bi Shih <tzungbi@kernel.org>:

On Tue,  3 Jan 2023 16:50:23 +0200 you wrote:
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Here is the summary with links:
  - [v1,1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
    https://git.kernel.org/chrome-platform/c/4c7cf5f290e8

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/platform/chrome/cros_ec_proto_test.c b/drivers/platform/chrome/cros_ec_proto_test.c
index c6a83df91ae1..08c58d031593 100644
--- a/drivers/platform/chrome/cros_ec_proto_test.c
+++ b/drivers/platform/chrome/cros_ec_proto_test.c
@@ -5,7 +5,8 @@ 
 
 #include <kunit/test.h>
 
-#include <asm-generic/unaligned.h>
+#include <asm/unaligned.h>
+
 #include <linux/platform_data/cros_ec_commands.h>
 #include <linux/platform_data/cros_ec_proto.h>