All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: Rui Miguel Silva <rmfrfs@gmail.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Martin Kepplinger <martink@posteo.de>
Cc: Purism Kernel Team <kernel@puri.sm>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-media@vger.kernel.org, Johan Hovold <johan@kernel.org>
Subject: [PATCH 2/3] media: imx7-media-csi: drop unused module alias
Date: Fri, 17 Oct 2025 08:00:50 +0200	[thread overview]
Message-ID: <20251017060051.8204-2-johan@kernel.org> (raw)
In-Reply-To: <20251017060051.8204-1-johan@kernel.org>

The driver has never supported anything but OF probing so drop the
unused platform module alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
---
 drivers/media/platform/nxp/imx7-media-csi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/nxp/imx7-media-csi.c b/drivers/media/platform/nxp/imx7-media-csi.c
index 34a92642bbfe..933a5f39f9f4 100644
--- a/drivers/media/platform/nxp/imx7-media-csi.c
+++ b/drivers/media/platform/nxp/imx7-media-csi.c
@@ -2290,4 +2290,3 @@ module_platform_driver(imx7_csi_driver);
 MODULE_DESCRIPTION("i.MX7 CSI subdev driver");
 MODULE_AUTHOR("Rui Miguel Silva <rui.silva@linaro.org>");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:imx7-csi");
-- 
2.49.1


  reply	other threads:[~2025-10-17  6:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17  6:00 [PATCH 1/3] media: imx-mipi-csis: drop unused module alias Johan Hovold
2025-10-17  6:00 ` Johan Hovold [this message]
2025-10-20  7:37   ` [PATCH 2/3] media: imx7-media-csi: " Rui Miguel Silva
2025-10-20 20:24   ` Frank Li
2025-10-26 20:52   ` Laurent Pinchart
2025-10-17  6:00 ` [PATCH 3/3] media: imx8mq-mipi-csi2: " Johan Hovold
2025-10-20  8:37   ` Martin Kepplinger
2025-10-20 20:25   ` Frank Li
2025-10-26 20:52   ` Laurent Pinchart
2025-10-20  7:36 ` [PATCH 1/3] media: imx-mipi-csis: " Rui Miguel Silva
2025-10-20 20:24 ` Frank Li
2025-10-26 20:51 ` Laurent Pinchart

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=20251017060051.8204-2-johan@kernel.org \
    --to=johan@kernel.org \
    --cc=kernel@puri.sm \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=martink@posteo.de \
    --cc=mchehab@kernel.org \
    --cc=rmfrfs@gmail.com \
    /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.