The patch titled random: remove bogus SA_SAMPLE_RANDOM from at91 compact flash driver has been added to the -mm tree. Its filename is random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Matt Mackall <mpm@xxxxxxxxxxx> Flash doesn't possess the same unpredictable performance characteristics as traditional media. Signed-off-by: Matt Mackall <mpm@xxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mmc/at91_mci.c | 2 +- drivers/pcmcia/at91_cf.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff -puN drivers/mmc/at91_mci.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver drivers/mmc/at91_mci.c --- devel/drivers/mmc/at91_mci.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver 2006-05-11 01:46:23.000000000 -0700 +++ devel-akpm/drivers/mmc/at91_mci.c 2006-05-11 01:46:23.000000000 -0700 @@ -886,7 +886,7 @@ static int at91_mci_probe(struct platfor */ if (host->board->det_pin) { ret = request_irq(host->board->det_pin, at91_mmc_det_irq, - SA_SAMPLE_RANDOM, DRIVER_NAME, host); + 0, DRIVER_NAME, host); if (ret) DBG("couldn't allocate MMC detect irq\n"); } diff -puN drivers/pcmcia/at91_cf.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver drivers/pcmcia/at91_cf.c --- devel/drivers/pcmcia/at91_cf.c~random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver 2006-05-11 01:46:23.000000000 -0700 +++ devel-akpm/drivers/pcmcia/at91_cf.c 2006-05-11 01:46:23.000000000 -0700 @@ -267,8 +267,7 @@ static int __init at91_cf_probe(struct d ); /* must be a GPIO; ergo must trigger on both edges */ - status = request_irq(board->det_pin, at91_cf_irq, - SA_SAMPLE_RANDOM, driver_name, cf); + status = request_irq(board->det_pin, at91_cf_irq, 0, driver_name, cf); if (status < 0) goto fail0; _ Patches currently in -mm which might be from mpm@xxxxxxxxxxx are clean-up-initcall-warning-for-netconsole.patch random-remove-redundant-sa_sample_random-from-ninjascsi.patch add-poisonh-and-patch-primary-users.patch when-config_base_samll=1-the-kernel-261611-cascade-in-kernel-timerc-may-enter-the-infinite-loop.patch bloat-o-meter-gcc-4-fix.patch random-remove-sa_sample_random-from-floppy-driver.patch random-make-cciss-use-add_disk_randomness.patch random-change-cpqarray-to-use-add_disk_randomness.patch random-remove-bogus-sa_sample_random-from-at91-compact-flash-driver.patch random-remove-redundant-sa_sample_random-from-touchscreen-drivers.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