]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: ir-hix5hd2: Drop unused module alias
authorJohan Hovold <johan@kernel.org>
Fri, 17 Oct 2025 06:06:26 +0000 (08:06 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 11 Nov 2025 09:17:33 +0000 (10:17 +0100)
The driver has never supported anything but OF probing so drop the
unused platform module alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/rc/ir-hix5hd2.c

index afd80d2350c6d396afd4ea25a65783a7a8127c24..edc46828509c8decf3a8d8d733ab6aae0f30e029 100644 (file)
@@ -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");