]> git.karo-electronics.de Git - linux-beck.git/commitdiff
pcie-gadget-spear: Add "platform:" prefix for platform modalias
authorAxel Lin <axel.lin@gmail.com>
Mon, 31 Oct 2011 02:20:28 +0000 (10:20 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Nov 2011 00:09:32 +0000 (16:09 -0800)
Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Pratyush Anand <pratyush.anand@st.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/misc/spear13xx_pcie_gadget.c

index cfbddbef11de3b67c54be85797dd124843ca8596..43d073bc1d9c5fef61a1cb3a1e741a6cd6b6e0f9 100644 (file)
@@ -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");