|
@@ -108,7 +108,7 @@ static const struct net_device_ops sonic_netdev_ops = {
|
|
|
.ndo_set_mac_address = eth_mac_addr,
|
|
|
};
|
|
|
|
|
|
-static int __init sonic_probe1(struct net_device *dev)
|
|
|
+static int __devinit sonic_probe1(struct net_device *dev)
|
|
|
{
|
|
|
static unsigned version_printed;
|
|
|
unsigned int silicon_revision;
|
|
@@ -211,7 +211,7 @@ out:
|
|
|
* Probe for a SONIC ethernet controller on a Mips Jazz board.
|
|
|
* Actually probing is superfluous but we're paranoid.
|
|
|
*/
|
|
|
-static int __init jazz_sonic_probe(struct platform_device *pdev)
|
|
|
+static int __devinit jazz_sonic_probe(struct platform_device *pdev)
|
|
|
{
|
|
|
struct net_device *dev;
|
|
|
struct sonic_local *lp;
|