projects
/
profile
/
wearable
/
platform
/
kernel
/
linux-4.9-exynos9110.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae637a
)
MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 20 Jul 2015 06:58:20 +0000
(08:58 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 3 Sep 2015 10:07:49 +0000
(12:07 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/common/bus_watcher.c
patch
|
blob
|
history
diff --git
a/arch/mips/sibyte/common/bus_watcher.c
b/arch/mips/sibyte/common/bus_watcher.c
index
41a1d22
..
a4e5599
100644
(file)
--- a/
arch/mips/sibyte/common/bus_watcher.c
+++ b/
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);