The patch titled From: Michael Buesch <mb@xxxxxxxxx> has been removed from the -mm tree. Its filename is add-intel-hw-rng-driver-cleanups.patch This patch was dropped because it was folded into add-intel-hw-rng-driver.patch ------------------------------------------------------ Subject: From: Michael Buesch <mb@xxxxxxxxx> Cleanup some nonsense and codingstyle related stuff. Signed-off-by: Michael Buesch <mb@xxxxxxxxx> Index: hwrng.fixes/drivers/char/hw_random/core.c =================================================================== Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/hw_random/intel-rng.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/char/hw_random/intel-rng.c~add-intel-hw-rng-driver-cleanups drivers/char/hw_random/intel-rng.c --- devel/drivers/char/hw_random/intel-rng.c~add-intel-hw-rng-driver-cleanups 2006-05-18 00:46:23.000000000 -0700 +++ devel-akpm/drivers/char/hw_random/intel-rng.c 2006-05-18 00:46:23.000000000 -0700 @@ -185,6 +185,5 @@ static void __exit mod_exit(void) subsys_initcall(mod_init); module_exit(mod_exit); -MODULE_AUTHOR("The Linux Kernel team"); MODULE_DESCRIPTION("H/W RNG driver for Intel chipsets"); MODULE_LICENSE("GPL"); _ Patches currently in -mm which might be from mb@xxxxxxxxx are origin.patch remove-old-hw-rng-support.patch add-new-generic-hw-rng-core.patch add-intel-hw-rng-driver.patch add-intel-hw-rng-driver-cleanups.patch add-amd-hw-rng-driver.patch add-geode-hw-rng-driver.patch add-geode-hw-rng-driver-cleanups.patch add-via-hw-rng-driver.patch add-via-hw-rng-driver-cleanups.patch add-ixp4xx-hw-rng-driver.patch add-ti-omap-cpu-family-hw-rng-driver.patch add-bcm43xx-hw-rng-support.patch add-bcm43xx-hw-rng-support-locking-update.patch capi-crash--race-condition.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