From: Al Viro Date: Sun, 24 Apr 2005 19:28:35 +0000 (-0700) Subject: [PATCH] broken dependency for floppy on ARM X-Git-Tag: v2.6.12-rc4~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=461790f79028ee9bfc3dd9d9afccc7e264aff9c7;p=pandora-kernel.git [PATCH] broken dependency for floppy on ARM (!ARCH_S390 && !M68K && !IA64 && !UML) is obviously always true on ARM. Intended behaviour for ARM is "absent unless we are on RiscPC or EBSA285". So what we want is added && !ARM in the first term - without it the last part (|| ARCH_RPC || ARCH_EBSA285, that is) doesn't do anything. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed