Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2b75f0c authored by Adrian Bunk's avatar Adrian Bunk Committed by Jeff Garzik
Browse files

drivers/net/sis190.c section fix



This patch fixes the following section mismatch with CONFIG_HOTPLUG=n:

<--  snip  -->

...
WARNING: vmlinux.o(.init.text.20+0x4cb25): Section mismatch: reference to .exit.text:sis190_mii_remove (between 'sis190_init_one' and 'read_eeprom')
...

<--  snip  -->

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 8e985918
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1381,7 +1381,7 @@ static int __devinit sis190_mii_probe(struct net_device *dev)
	return rc;
}

static void __devexit sis190_mii_remove(struct net_device *dev)
static void sis190_mii_remove(struct net_device *dev)
{
	struct sis190_private *tp = netdev_priv(dev);