From: Andy Shevchenko Date: Tue, 3 Jan 2023 14:52:19 +0000 (+0100) Subject: media: i2c: st-vgxy61: Use asm intead of asm-generic X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=51c2bf13a42d82d519660dbfd6ea8f3bf0d962b8;p=linux.git media: i2c: st-vgxy61: Use asm intead of asm-generic There is no point to specify asm-generic for the unaligned.h. Drop the 'generic' suffix and move the inclusion to be after the non-media linux/* ones. Signed-off-by: Andy Shevchenko Reviewed-by: Benjamin Mugnier Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/st-vgxy61.c b/drivers/media/i2c/st-vgxy61.c index 826baf4e064d5..5dcabee6677d4 100644 --- a/drivers/media/i2c/st-vgxy61.c +++ b/drivers/media/i2c/st-vgxy61.c @@ -5,7 +5,6 @@ * Copyright (C) 2022 STMicroelectronics SA */ -#include #include #include #include @@ -15,6 +14,9 @@ #include #include #include + +#include + #include #include #include