USB: ohci-jz4740: Fix spelling in MODULE_ALIAS
platfrom -> platform Cc: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Reviewed-by: Jesper Juhl <jj@chaosbits.net> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
793b62337e
commit
1c0a38038e
|
@ -273,4 +273,4 @@ static struct platform_driver ohci_hcd_jz4740_driver = {
|
|||
},
|
||||
};
|
||||
|
||||
MODULE_ALIAS("platfrom:jz4740-ohci");
|
||||
MODULE_ALIAS("platform:jz4740-ohci");
|
||||
|
|
Loading…
Reference in New Issue