Re: [PATCH net-next 1/2] net: mdio-gpio: remove linux/mdio-gpio.h
From: Linus Walleij <linusw@kernel.org>
Date: 2026-03-19 13:34:25
Also in:
lkml
From: Linus Walleij <linusw@kernel.org>
Date: 2026-03-19 13:34:25
Also in:
lkml
On Mon, Mar 16, 2026 at 11:04 AM Bartosz Golaszewski [off-list ref] wrote:
The three defines from the linux/mdio-gpio.h header are only used in the mdio-gpio module. There's no reason to have them in a public header. Move them into the driver and remove mdio-gpio.h. Signed-off-by: Bartosz Golaszewski <redacted>
Thanks for cleaning up this. Reviewed-by: Linus Walleij <linusw@kernel.org> Yours, Linus Walleij