]> www.infradead.org Git - users/hch/misc.git/commit
net: ethernet: Remove accidental duplication in Kconfig file
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Thu, 6 Mar 2025 09:47:53 +0000 (10:47 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Mar 2025 03:42:26 +0000 (19:42 -0800)
commite2537326e3b6b1bb18f834ebb80b8453c0018883
treeba3305a4f0bb0271896e36ecefd6e4bc64d908f0
parent730f8d1c611cf925f1a4645afaa8b1386b05c82d
net: ethernet: Remove accidental duplication in Kconfig file

Commit fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated
folder") accidentally added the line:

  source "drivers/net/ethernet/mellanox/Kconfig"

in drivers/net/ethernet/Kconfig, so that this line is duplicated in that
file.

Remove this accidental duplication.

Fixes: fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated folder")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20250306094753.63806-1-lukas.bulwahn@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/Kconfig