aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/spear13xx_pcie_gadget.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-10-31 10:20:28 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-14 16:09:32 -0800
commit161f14191dc166c4e3f37f68af1bc199c6868b7d (patch)
tree7b246cecb9b0aea737750203ca8fd1d5c1be422f /drivers/misc/spear13xx_pcie_gadget.c
parentMAINTAINERS: add CHAR and MISC driver maintainers (diff)
downloadlinux-dev-161f14191dc166c4e3f37f68af1bc199c6868b7d.tar.xz
linux-dev-161f14191dc166c4e3f37f68af1bc199c6868b7d.zip
pcie-gadget-spear: Add "platform:" prefix for platform modalias
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>
Diffstat (limited to 'drivers/misc/spear13xx_pcie_gadget.c')
-rw-r--r--drivers/misc/spear13xx_pcie_gadget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/spear13xx_pcie_gadget.c b/drivers/misc/spear13xx_pcie_gadget.c
index cfbddbef11de..43d073bc1d9c 100644
--- a/drivers/misc/spear13xx_pcie_gadget.c
+++ b/drivers/misc/spear13xx_pcie_gadget.c
@@ -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");