The patch titled tpm-use-clear_bit-fix-fix has been removed from the -mm tree. Its filename is tpm-use-clear_bit-fix-fix.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Andrew Morton <akpm@xxxxxxxx> Cc: Kylie Hall <kjhall@xxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/tpm/tpm.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/char/tpm/tpm.c~tpm-use-clear_bit-fix-fix drivers/char/tpm/tpm.c --- 25/drivers/char/tpm/tpm.c~tpm-use-clear_bit-fix-fix Tue Apr 11 16:03:07 2006 +++ 25-akpm/drivers/char/tpm/tpm.c Tue Apr 11 16:03:50 2006 @@ -47,8 +47,7 @@ enum tpm_duration { static LIST_HEAD(tpm_chip_list); static DEFINE_SPINLOCK(driver_lock); -static unsigned long dev_mask[(TPM_NUM_DEVICES + BITS_PER_LONG - 1) / - BITS_PER_LONG]; +static DECLARE_BITMAP(dev_mask, TPM_NUM_DEVICES); /* * Array with one entry per ordinal defining the maximum amount _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.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