[PATCH] media: ir-hix5hd2: drop unused module alias

Johan Hovold posted 1 patch 3 months, 3 weeks ago
drivers/media/rc/ir-hix5hd2.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] media: ir-hix5hd2: drop unused module alias
Posted by Johan Hovold 3 months, 3 weeks ago
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/rc/ir-hix5hd2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/rc/ir-hix5hd2.c b/drivers/media/rc/ir-hix5hd2.c
index afd80d2350c6..edc46828509c 100644
--- a/drivers/media/rc/ir-hix5hd2.c
+++ b/drivers/media/rc/ir-hix5hd2.c
@@ -402,4 +402,3 @@ module_platform_driver(hix5hd2_ir_driver);
 MODULE_DESCRIPTION("IR controller driver for hix5hd2 platforms");
 MODULE_AUTHOR("Guoxiong Yan <yanguoxiong@huawei.com>");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:hix5hd2-ir");
-- 
2.49.1
Re: [PATCH] media: ir-hix5hd2: drop unused module alias
Posted by Johan Hovold 2 months, 4 weeks ago
On Fri, Oct 17, 2025 at 08:06:26AM +0200, Johan Hovold wrote:
> The driver has never supported anything but OF probing so drop the
> unused platform module alias.
> 
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---

Can this one be picked up for 6.19?

Johan
Re: [PATCH] media: ir-hix5hd2: drop unused module alias
Posted by Sean Young 2 months, 4 weeks ago
Hi Johan,

On Mon, Nov 10, 2025 at 10:13:02AM +0100, Johan Hovold wrote:
> On Fri, Oct 17, 2025 at 08:06:26AM +0200, Johan Hovold wrote:
> > The driver has never supported anything but OF probing so drop the
> > unused platform module alias.
> > 
> > Signed-off-by: Johan Hovold <johan@kernel.org>
> > ---
> 
> Can this one be picked up for 6.19?

Of course; I've sent a pull request for this, you should be on the CC.

Thanks,

Sean