Skip to content
Snippets Groups Projects
Commit b3945bcb authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

ARM: 7288/1: mach-sa1100: add missing module_init() call


The Jornada SSP driver is supposed to be initialized by a
module_init() call, but it was missed at some merge point. Since
the driver mostly pass calls through it magically works anyway,
but needs to be rectified.

Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c214455f
No related branches found
No related tags found
No related merge requests found
......@@ -198,3 +198,5 @@ static int __init jornada_ssp_init(void)
{
return platform_driver_register(&jornadassp_driver);
}
module_init(jornada_ssp_init);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment