Browse Source

MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 10 years ago
parent
commit
486fcde40d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/mips/sibyte/common/bus_watcher.c

+ 1 - 1
arch/mips/sibyte/common/bus_watcher.c

@@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void)
 	return 0;
 }
 
-__initcall(sibyte_bus_watcher);
+device_initcall(sibyte_bus_watcher);