diff options
Diffstat (limited to 'arch/arm/common/sa1111.c')
-rw-r--r-- | arch/arm/common/sa1111.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c index 7b07acb03f3b..39a6eea300a2 100644 --- a/arch/arm/common/sa1111.c +++ b/arch/arm/common/sa1111.c | |||
@@ -1266,7 +1266,7 @@ static void __exit sa1111_exit(void) | |||
1266 | bus_unregister(&sa1111_bus_type); | 1266 | bus_unregister(&sa1111_bus_type); |
1267 | } | 1267 | } |
1268 | 1268 | ||
1269 | module_init(sa1111_init); | 1269 | subsys_initcall(sa1111_init); |
1270 | module_exit(sa1111_exit); | 1270 | module_exit(sa1111_exit); |
1271 | 1271 | ||
1272 | MODULE_DESCRIPTION("Intel Corporation SA1111 core driver"); | 1272 | MODULE_DESCRIPTION("Intel Corporation SA1111 core driver"); |