projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b4639
)
mfd: twl4030: fix ELF section mismatch...
author
Daniel J Blueman
<
[email protected]
>
Wed, 25 Nov 2009 12:12:59 +0000
(12:12 +0000)
committer
Mark Brown
<
[email protected]
>
Wed, 25 Nov 2009 14:23:19 +0000
(14:23 +0000)
Since twl4030_probe is only called from functions in the init ELF
section, annotate it so.
Signed-off-by: Daniel J Blueman <
[email protected]
>
Acked-by: Samuel Ortiz <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
drivers/mfd/twl4030-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/twl4030-core.c
b/drivers/mfd/twl4030-core.c
index 0ee81e46bfbdc886cb7537945f56cf5086fd48b1..5049d04930254da57ec4e8ae4c0662542bc50a8c 100644
(file)
--- a/
drivers/mfd/twl4030-core.c
+++ b/
drivers/mfd/twl4030-core.c
@@
-774,7
+774,7
@@
static int twl4030_remove(struct i2c_client *client)
}
/* NOTE: this driver only handles a single twl4030/tps659x0 chip */
-static int
+static int
__init
twl4030_probe(struct i2c_client *client, const struct i2c_device_id *id)
{
int status;