diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/dma/coh901318.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index 557e2272e5b3..f79fc26d930d 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c | |||
@@ -1609,7 +1609,7 @@ int __init coh901318_init(void) | |||
1609 | { | 1609 | { |
1610 | return platform_driver_probe(&coh901318_driver, coh901318_probe); | 1610 | return platform_driver_probe(&coh901318_driver, coh901318_probe); |
1611 | } | 1611 | } |
1612 | subsys_initcall(coh901318_init); | 1612 | arch_initcall(coh901318_init); |
1613 | 1613 | ||
1614 | void __exit coh901318_exit(void) | 1614 | void __exit coh901318_exit(void) |
1615 | { | 1615 | { |