From: Simon Horman <horms@kernel.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Ciprian Regus <ciprian.regus@analog.com>,
Yang Yingliang <yangyingliang@huawei.com>
Subject: Re: [PATCH net-next v1 1/1] net: ethernet: adi: adin1110: Replace linux/gpio.h by proper one
Date: Fri, 10 May 2024 11:58:20 +0100 [thread overview]
Message-ID: <20240510105820.GA2347895@kernel.org> (raw)
In-Reply-To: <20240508114519.972082-1-andriy.shevchenko@linux.intel.com>
+ Ciprian Regus and Yang Yingliang (via get_maintainer.pl)
On Wed, May 08, 2024 at 02:45:19PM +0300, Andy Shevchenko wrote:
> linux/gpio.h is deprecated and subject to remove.
> The driver doesn't use it directly, replace it
> with what is really being used.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
> ---
> drivers/net/ethernet/adi/adin1110.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/adi/adin1110.c b/drivers/net/ethernet/adi/adin1110.c
> index 8b4ef5121308..0713f1e2c7f3 100644
> --- a/drivers/net/ethernet/adi/adin1110.c
> +++ b/drivers/net/ethernet/adi/adin1110.c
> @@ -11,10 +11,10 @@
> #include <linux/crc8.h>
> #include <linux/etherdevice.h>
> #include <linux/ethtool.h>
> +#include <linux/gpio/consumer.h>
> #include <linux/if_bridge.h>
> #include <linux/interrupt.h>
> #include <linux/iopoll.h>
> -#include <linux/gpio.h>
> #include <linux/kernel.h>
> #include <linux/mii.h>
> #include <linux/module.h>
> --
> 2.43.0.rc1.1336.g36b5255a03ac
>
>
next prev parent reply other threads:[~2024-05-10 10:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-08 11:45 [PATCH net-next v1 1/1] net: ethernet: adi: adin1110: Replace linux/gpio.h by proper one Andy Shevchenko
2024-05-10 10:58 ` Simon Horman [this message]
2024-05-11 2:00 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240510105820.GA2347895@kernel.org \
--to=horms@kernel.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=ciprian.regus@analog.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=yangyingliang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).