The patch titled Remove useless FIND_FIRST_BIT() macro from cardbus.c has been removed from the -mm tree. Its filename was remove-useless-find_first_bit-macro-from-cardbusc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Remove useless FIND_FIRST_BIT() macro from cardbus.c From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Delete the definition of the unused FIND_FIRST_BIT() macro. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/pcmcia/cardbus.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/pcmcia/cardbus.c~remove-useless-find_first_bit-macro-from-cardbusc drivers/pcmcia/cardbus.c --- a/drivers/pcmcia/cardbus.c~remove-useless-find_first_bit-macro-from-cardbusc +++ a/drivers/pcmcia/cardbus.c @@ -40,8 +40,6 @@ /*====================================================================*/ -#define FIND_FIRST_BIT(n) ((n) - ((n) & ((n)-1))) - /* Offsets in the Expansion ROM Image Header */ #define ROM_SIGNATURE 0x0000 /* 2 bytes */ #define ROM_DATA_PTR 0x0018 /* 2 bytes */ _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch git-avr32.patch git-dvb.patch git-mips.patch remove-some-unused-scsi-related-kernel-config-variables.patch scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.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