[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200723.122129.55324289504423678.davem@davemloft.net>
Date: Thu, 23 Jul 2020 12:21:29 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: W_Armin@....de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/2] 8390: Miscellaneous cleanups
From: Armin Wolf <W_Armin@....de>
Date: Thu, 23 Jul 2020 20:34:46 +0200
> Include necessary librarys.
'libraries'
> @@ -64,7 +79,7 @@ const struct net_device_ops ei_netdev_ops = {
> .ndo_get_stats = ei_get_stats,
> .ndo_set_rx_mode = ei_set_multicast_list,
> .ndo_validate_addr = eth_validate_addr,
> - .ndo_set_mac_address = eth_mac_addr,
> + .ndo_set_mac_address = eth_mac_addr,
This has nothing to do with your change.
> #ifdef CONFIG_NET_POLL_CONTROLLER
> .ndo_poll_controller = ei_poll,
> #endif
> @@ -74,6 +89,7 @@ EXPORT_SYMBOL(ei_netdev_ops);
> struct net_device *__alloc_ei_netdev(int size)
> {
> struct net_device *dev = ____alloc_ei_netdev(size);
> +
Neither does this.
Powered by blists - more mailing lists