The patch titled tpm_register_hardware gcc 4.1 warning fix has been removed from the -mm tree. Its filename is tpm_register_hardware-gcc-41-warning-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: Daniel Walker <dwalker@xxxxxxxxxx> drivers/char/tpm/tpm.c: In function 'tpm_register_hardware': drivers/char/tpm/tpm.c:1157: warning: assignment from incompatible pointer type Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Acked-by: Kylene Hall <kjhall@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/tpm/tpm.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/tpm/tpm.h~tpm_register_hardware-gcc-41-warning-fix drivers/char/tpm/tpm.h --- devel/drivers/char/tpm/tpm.h~tpm_register_hardware-gcc-41-warning-fix 2006-05-15 09:43:28.000000000 -0700 +++ devel-akpm/drivers/char/tpm/tpm.h 2006-05-15 09:43:28.000000000 -0700 @@ -140,7 +140,7 @@ extern int tpm_pm_resume(struct device * extern struct dentry ** tpm_bios_log_setup(char *); extern void tpm_bios_log_teardown(struct dentry **); #else -static inline struct dentry* tpm_bios_log_setup(char *name) +static inline struct dentry ** tpm_bios_log_setup(char *name) { return NULL; } _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are origin.patch megaraid-gcc-41-warning-fix.patch buslogic-gcc-41-warning-fixes.patch invert-irq-migrationc-brach-prediction.patch profile-likely-unlikely-macros.patch profile-likely-unlikely-macros-tidy.patch profile-likely-unlikely-macros-fix.patch profile-likely-unlikely-macros-fix-2.patch fix-gcc-3x-w-likely-profiling.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