projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kernel: add generic image_cmdline hack to MIPS targets
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.28
/
925-modify-i2c-gpio-initcall-level.patch
1
--- a/drivers/i2c/busses/i2c-gpio.c
2
+++ b/drivers/i2c/busses/i2c-gpio.c
3
@@ -210,7 +210,7 @@ static int __init i2c_gpio_init(void)
4
5
return ret;
6
}
7
-module_init(i2c_gpio_init);
8
+subsys_initcall(i2c_gpio_init);
9
10
static void __exit i2c_gpio_exit(void)
11
{
This page took
0.04351 seconds
and
5
git commands to generate.