commit | b54e4f8346c0c94c5393738e2ce95faf5ca30acc | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Jan 30 22:02:08 2008 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 03 04:26:12 2008 -0800 |
tree | 3fca6eb9ae810bc206724bfa1f7d9a11e5bc42eb | |
parent | de11743e23b83e2ddf99a757ab2ebb62bd4c29f0 [diff] |
ibmlana_init_one() must be __devinit This patch fixes the following section mismatch: <-- snip --> ... WARNING: drivers/net/built-in.o(.text+0x1148a5): Section mismatch in reference from the function ibmlana_init_one() to the variable .init.data:ibmlana_adapter_names ... <-- snip --> Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>