The patch titled atl1: drop NET_PCI from Kconfig has been added to the -mm tree. Its filename is atl1-drop-net_pci-from-kconfig.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 atl1-drop-net_pci-from-kconfig.patch atl1-read-mac-address-from-register.patch atl1-remove-unused-define.patch atl1-add-l1-device-id-to-pci_ids-then-use-it.patch atl1-bump-version-number.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