The patch titled atl1: drop NET_PCI from Kconfig has been removed from the -mm tree. Its filename was atl1-drop-net_pci-from-kconfig.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: atl1: drop NET_PCI from Kconfig From: Jay Cliburn <jacliburn@xxxxxxxxxxxxx> The atl1 driver doesn't need NET_PCI. Remove it from Kconfig. Noticed by Chad Sprouse. Signed-off-by: Jay Cliburn <jacliburn@xxxxxxxxxxxxx> Signed-off-by: Chris Snook <csnook@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/Kconfig~atl1-drop-net_pci-from-kconfig drivers/net/Kconfig --- a/drivers/net/Kconfig~atl1-drop-net_pci-from-kconfig +++ a/drivers/net/Kconfig @@ -2337,7 +2337,7 @@ config QLA3XXX config ATL1 tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)" - depends on NET_PCI && PCI && EXPERIMENTAL + depends on PCI && EXPERIMENTAL select CRC32 select MII help _ Patches currently in -mm which might be from jacliburn@xxxxxxxxxxxxx are origin.patch git-netdev-all.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html