The patch titled atl1: remove unused define has been added to the -mm tree. Its filename is atl1-remove-unused-define.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: remove unused define From: Chris Snook <csnook@xxxxxxxxxx> Remove unused define from atl1_main.c. Signed-off-by: Chris Snook <csnook@xxxxxxxxxx> Signed-off-by: Jay Cliburn <jacliburn@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/atl1/atl1_main.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/net/atl1/atl1_main.c~atl1-remove-unused-define drivers/net/atl1/atl1_main.c --- a/drivers/net/atl1/atl1_main.c~atl1-remove-unused-define +++ a/drivers/net/atl1/atl1_main.c @@ -82,7 +82,6 @@ #include "atl1.h" -#define RUN_REALTIME 0 #define DRIVER_VERSION "2.0.6" char atl1_driver_name[] = "atl1"; _ Patches currently in -mm which might be from csnook@xxxxxxxxxx are 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 - 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