The patch titled Make lm70_remove a __devexit function has been removed from the -mm tree. Its filename was make-lm70_remove-a-__devexit-function.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Make lm70_remove a __devexit function From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Saves a few bytes on the module. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/hwmon/lm70.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/hwmon/lm70.c~make-lm70_remove-a-__devexit-function drivers/hwmon/lm70.c --- a/drivers/hwmon/lm70.c~make-lm70_remove-a-__devexit-function +++ a/drivers/hwmon/lm70.c @@ -126,7 +126,7 @@ out_dev_reg_failed: return status; } -static int __exit lm70_remove(struct spi_device *spi) +static int __devexit lm70_remove(struct spi_device *spi) { struct lm70 *p_lm70 = dev_get_drvdata(&spi->dev); _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are fix-namespace-conflict-between-w9968cfc-on-mips.patch mips-dbg_io-stray-brackets-fix.patch git-mtd.patch git-net.patch fix-pnx8550-serial-breakage.patch pnx8550-uart-driver.patch pci-legacy-resource-fix.patch pci-legacy-resource-fix-tidy.patch xfs-remove-useless-wmb-memory-barrier.patch ioc3-ioc4-pci-mem-space-resources.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