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:
61e44b4
)
[ATM] atm/idt77105.c: Fix section mismatch.
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Jan 2008 01:22:28 +0000
(17:22 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 21 Jan 2008 04:31:43 +0000
(20:31 -0800)
EXPORT_SYMBOL'ed code mustn't be __*init.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/idt77105.c
patch
|
blob
|
history
diff --git
a/drivers/atm/idt77105.c
b/drivers/atm/idt77105.c
index 0bd657f5dd2a4554134e15c92b59b404c95a073b..84672dc57f7afdebd84dbb760cfb3979d590dd97 100644
(file)
--- a/
drivers/atm/idt77105.c
+++ b/
drivers/atm/idt77105.c
@@
-357,7
+357,7
@@
static const struct atmphy_ops idt77105_ops = {
};
-int
__devinit
idt77105_init(struct atm_dev *dev)
+int idt77105_init(struct atm_dev *dev)
{
dev->phy = &idt77105_ops;
return 0;