Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 161f1419 authored by Axel Lin's avatar Axel Lin Committed by Greg Kroah-Hartman
Browse files

pcie-gadget-spear: Add "platform:" prefix for platform modalias



Since 43cc71ee (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarPratyush Anand <pratyush.anand@st.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 46e64261
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -903,6 +903,6 @@ static void __exit spear_pcie_gadget_exit(void)
}
module_exit(spear_pcie_gadget_exit);

MODULE_ALIAS("pcie-gadget-spear");
MODULE_ALIAS("platform:pcie-gadget-spear");
MODULE_AUTHOR("Pratyush Anand");
MODULE_LICENSE("GPL");