All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: media: atomisp: include: mmu: include <linux/processor.h> instead of <asm/processor.h>
@ 2023-04-16  7:19 Anup Sharma
  2023-04-16 10:01   ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Anup Sharma @ 2023-04-16  7:19 UTC (permalink / raw)
  To: hdegoede, mchehab, sakari.ailus, gregkh, andy
  Cc: linux-media, linux-staging, linux-kernel,
	 linux-kernel-mentees, skhan, anupnewsmail

Fix following checkpatch.pl warning by including
<linux/processor.h> instead of <asm/processor.h>

Signed-off-by: Anup Sharma <anupnewsmail@gmail.com>
---
 drivers/staging/media/atomisp/include/linux/atomisp_platform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
index 539b21d39d3b..d85fd168fcd3 100644
--- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
+++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
@@ -19,7 +19,7 @@
 #define ATOMISP_PLATFORM_H_
 
 #include <asm/intel-family.h>
-#include <asm/processor.h>
+#include <linux/processor.h>
 
 #include <linux/i2c.h>
 #include <media/v4l2-subdev.h>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-16 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-16  7:19 [PATCH] Staging: media: atomisp: include: mmu: include <linux/processor.h> instead of <asm/processor.h> Anup Sharma
2023-04-16 10:01 ` Andy Shevchenko
2023-04-16 10:01   ` Andy Shevchenko
2023-04-16 13:08   ` Hans de Goede
2023-04-16 13:08     ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.