USB: ohci-jz4740: Fix spelling in MODULE_ALIAS
authorStefan Weil <[email protected]>
Sun, 7 Nov 2010 21:14:31 +0000 (22:14 +0100)
committerGreg Kroah-Hartman <[email protected]>
Thu, 11 Nov 2010 15:14:07 +0000 (07:14 -0800)
platfrom -> platform

Cc: David Brownell <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Jesper Juhl <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/ohci-jz4740.c

index 10e1872f3ab9deb2eb06a150f884a19919d26365..931d588c3fb57ccea160bfde8ef51468cfd46467 100644 (file)
@@ -273,4 +273,4 @@ static struct platform_driver ohci_hcd_jz4740_driver = {
        },
 };
 
-MODULE_ALIAS("platfrom:jz4740-ohci");
+MODULE_ALIAS("platform:jz4740-ohci");