Skip to content

Commit

Permalink
iSeries: fix section mismatch in iseries_veth
Browse files Browse the repository at this point in the history
WARNING: vmlinux.o(.text+0x25dca0): Section mismatch in reference from the function .veth_probe() to the function .init.text:.veth_probe_one()

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Stephen Rothwell authored and Jeff Garzik committed Feb 5, 2008
1 parent 9ef9dc6 commit 57f78ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/iseries_veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ static const struct ethtool_ops ops = {
.get_link = veth_get_link,
};

static struct net_device * __init veth_probe_one(int vlan,
static struct net_device *veth_probe_one(int vlan,
struct vio_dev *vio_dev)
{
struct net_device *dev;
Expand Down

0 comments on commit 57f78ab

Please sign in to comment.