Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72724382 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Initialise SA1111 core before SA1111 PCMCIA



This avoids a BUG_ON with kref.c when SA1111 tries to register
a driver with an unregistered bus type.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent eceab4ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1266,7 +1266,7 @@ static void __exit sa1111_exit(void)
	bus_unregister(&sa1111_bus_type);
}

module_init(sa1111_init);
subsys_initcall(sa1111_init);
module_exit(sa1111_exit);

MODULE_DESCRIPTION("Intel Corporation SA1111 core driver");