The patch titled From: Michael Buesch <mb@xxxxxxxxx> has been removed from the -mm tree. Its filename is add-geode-hw-rng-driver-cleanups.patch This patch was dropped because it was folded into add-geode-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/geode-rng.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/char/hw_random/geode-rng.c~add-geode-hw-rng-driver-cleanups drivers/char/hw_random/geode-rng.c --- devel/drivers/char/hw_random/geode-rng.c~add-geode-hw-rng-driver-cleanups 2006-05-18 00:46:26.000000000 -0700 +++ devel-akpm/drivers/char/hw_random/geode-rng.c 2006-05-18 00:46:26.000000000 -0700 @@ -124,6 +124,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 AMD Geode chipsets"); +MODULE_DESCRIPTION("H/W RNG driver for AMD Geode LX CPUs"); 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-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