From: Anup Sharma <anupnewsmail@gmail.com>
To: hdegoede@redhat.com, mchehab@kernel.org,
sakari.ailus@linux.intel.com, gregkh@linuxfoundation.org,
andy@kernel.org
Cc: linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org,
linux-kernel-mentees@lists.linuxfoundation.org,
skhan@linuxfoundation.org, anupnewsmail@gmail.com
Subject: [PATCH] Staging: media: atomisp: include: mmu: include <linux/processor.h> instead of <asm/processor.h>
Date: Sun, 16 Apr 2023 12:49:56 +0530 [thread overview]
Message-ID: <ZDuhnLPczec5qJnq@yoga> (raw)
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
next reply other threads:[~2023-04-16 7:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-16 7:19 Anup Sharma [this message]
2023-04-16 10:01 ` [PATCH] Staging: media: atomisp: include: mmu: include <linux/processor.h> instead of <asm/processor.h> 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZDuhnLPczec5qJnq@yoga \
--to=anupnewsmail@gmail.com \
--cc=andy@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=skhan@linuxfoundation.org \
--cc= linux-kernel-mentees@lists.linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.