projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799fa67
)
[ATM] atm/suni.c: Fix section mismatch.
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Jan 2008 01:23:12 +0000
(17:23 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 21 Jan 2008 04:31:44 +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/suni.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/atm/suni.c
b/drivers/atm/suni.c
index f04f39c00833cc86dc572f6b00e32e8f0204c903..b1d063cc4fbe0f6903359bf3328566e0e50aee93 100644
(file)
--- a/
drivers/atm/suni.c
+++ b/
drivers/atm/suni.c
@@
-289,7
+289,7
@@
static const struct atmphy_ops suni_ops = {
};
-int
__devinit
suni_init(struct atm_dev *dev)
+int suni_init(struct atm_dev *dev)
{
unsigned char mri;