The patch titled sound/oss/mpu401.c: don't export a static function has been removed from the -mm tree. Its filename is the-scheduled-removal-of-some-oss-drivers-fix.patch This patch was dropped because it was folded into the-scheduled-removal-of-some-oss-drivers.patch ------------------------------------------------------ Subject: sound/oss/mpu401.c: don't export a static function From: Adrian Bunk <bunk@xxxxxxxxx> When I made mpuintr() static, I forgot to remove the export... Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/oss/mpu401.c | 1 - 1 file changed, 1 deletion(-) diff -puN sound/oss/mpu401.c~the-scheduled-removal-of-some-oss-drivers-fix sound/oss/mpu401.c --- a/sound/oss/mpu401.c~the-scheduled-removal-of-some-oss-drivers-fix +++ a/sound/oss/mpu401.c @@ -1752,7 +1752,6 @@ static int mpu_timer_init(int midi_dev) EXPORT_SYMBOL(probe_mpu401); EXPORT_SYMBOL(attach_mpu401); EXPORT_SYMBOL(unload_mpu401); -EXPORT_SYMBOL(mpuintr); static struct address_info cfg; _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch ecryptfs.patch srcu-3-add-srcu-operations-to-rcutorture.patch rcu-add-fake-writers-to-rcutorture.patch the-scheduled-removal-of-some-oss-drivers.patch the-scheduled-removal-of-some-oss-drivers-fix.patch the-scheduled-removal-of-some-oss-drivers-fix-fix.patch kill-sound-oss-_symsc.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