Skip to content

Commit

Permalink
pcie-gadget-spear: Add "platform:" prefix for platform modalias
Browse files Browse the repository at this point in the history
Since 43cc71e (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>
  • Loading branch information
Axel Lin authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent 46e6426 commit 161f141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/spear13xx_pcie_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 161f141

Please sign in to comment.