drivers/net: Add module.h to drivers who were implicitly using it
[deliverable/linux.git] / drivers / net / ethernet / ethoc.c
index 8abbe1d828267dfa73025b4e1bf01c2bdde977d6..251b635fe75a1a767ff76a21aad8c243dbf21f3c 100644 (file)
@@ -22,6 +22,7 @@
 #include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/of.h>
+#include <linux/module.h>
 #include <net/ethoc.h>
 
 static int buffer_size = 0x8000; /* 32 KBytes */
@@ -888,7 +889,7 @@ static const struct net_device_ops ethoc_netdev_ops = {
        .ndo_do_ioctl = ethoc_ioctl,
        .ndo_set_config = ethoc_config,
        .ndo_set_mac_address = ethoc_set_mac_address,
-       .ndo_set_multicast_list = ethoc_set_multicast_list,
+       .ndo_set_rx_mode = ethoc_set_multicast_list,
        .ndo_change_mtu = ethoc_change_mtu,
        .ndo_tx_timeout = ethoc_tx_timeout,
        .ndo_start_xmit = ethoc_start_xmit,
This page took 0.112473 seconds and 5 git commands to generate.