The patch titled create driver symlink in snd-aoa has been added to the -mm tree. Its filename is create-driver-symlink-in-snd-aoa.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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> 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 create-driver-symlink-in-snd-aoa.patch git-ieee1394.patch winbond-ide-depends-on-idedma.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