The patch titled atl1: bump version number has been added to the -mm tree. Its filename is atl1-bump-version-number.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: bump version number From: Jay Cliburn <jacliburn@xxxxxxxxxxxxx> Bump the version number. Signed-off-by: Jay Cliburn <jacliburn@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/atl1/atl1_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/atl1/atl1_main.c~atl1-bump-version-number drivers/net/atl1/atl1_main.c --- a/drivers/net/atl1/atl1_main.c~atl1-bump-version-number +++ a/drivers/net/atl1/atl1_main.c @@ -82,7 +82,7 @@ #include "atl1.h" -#define DRIVER_VERSION "2.0.6" +#define DRIVER_VERSION "2.0.7" char atl1_driver_name[] = "atl1"; static const char atl1_driver_string[] = "Attansic L1 Ethernet Network Driver"; _ 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