On Fri, 2017-02-03 at 17:28 -0500, David Miller wrote:
Actually, one more driver needs converting, "enic".
I did a quick and dirty conversion:
====================
From 7a655c6324a8968ea2f027bf3660c87c42ac3de4 Mon Sep 17 00:00:00 2001
From: "David S. Miller" <davem@davemloft.net>
Date: Fri, 3 Feb 2017 17:28:21 -0500
Subject: [PATCH] enic: Remove local ndo_busy_poll() implementation.
We do polling generically these days.
Signed-off-by: David S. Miller <davem@davemloft.net>
Oh sorry about that. Looks fine, thanks a lot !