The patch titled frv: ieee1394 is borken on frv has been removed from the -mm tree. Its filename is frv-ieee1394-is-borken-on-frv.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: frv: ieee1394 is borken on frv From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> The ieee1394 assumes it may make direct use of ->count in the semaphore structure. Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Cc: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> Cc: Ben Collins <bcollins@xxxxxxxxxx> Cc: Jody McIntyre <scjody@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ieee1394/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ieee1394/Kconfig~frv-ieee1394-is-borken-on-frv drivers/ieee1394/Kconfig --- a/drivers/ieee1394/Kconfig~frv-ieee1394-is-borken-on-frv +++ a/drivers/ieee1394/Kconfig @@ -4,7 +4,7 @@ menu "IEEE 1394 (FireWire) support" config IEEE1394 tristate "IEEE 1394 (FireWire) support" - depends on PCI || BROKEN + depends on (PCI || BROKEN) && (BROKEN || !FRV) select NET help IEEE 1394 describes a high performance serial bus, which is also _ Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxxxx are origin.patch kauditd_thread-warning-fix.patch kill-open-coded-offsetof-in-cm4000_csc-zero_dev.patch nbd-endian-annotations.patch ftruncate-does-not-always-update-m-ctime.patch affs_fill_super-%s-abuses-2.patch implement-at_symlink_follow-flag-for-linkat.patch task-watchers-register-audit-task-watcher.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