The patch titled create driver symlink in snd-aoa has been removed from the -mm tree. Its filename was create-driver-symlink-in-snd-aoa.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: create driver symlink in snd-aoa From: Olaf Hering <olaf@xxxxxxxxx> create sysfs driver symlink for snd-aoa in /sys/bus/aoa-soundbus/devices/*/ Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/aoa/fabrics/snd-aoa-fabric-layout.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN sound/aoa/fabrics/snd-aoa-fabric-layout.c~create-driver-symlink-in-snd-aoa sound/aoa/fabrics/snd-aoa-fabric-layout.c --- a/sound/aoa/fabrics/snd-aoa-fabric-layout.c~create-driver-symlink-in-snd-aoa +++ a/sound/aoa/fabrics/snd-aoa-fabric-layout.c @@ -1107,6 +1107,9 @@ static struct soundbus_driver aoa_soundb .suspend = aoa_fabric_layout_suspend, .resume = aoa_fabric_layout_resume, #endif + .driver = { + .owner = THIS_MODULE, + } }; static int __init aoa_fabric_layout_init(void) _ Patches currently in -mm which might be from olaf@xxxxxxxxx are origin.patch git-alsa.patch git-ieee1394.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