From: viro@ZenIV.linux.org.uk Date: Fri, 2 Sep 2005 19:13:40 +0000 (+0100) Subject: [PATCH] Kconfig fix (PHYLIB vs. s390) X-Git-Tag: v2.6.14-rc1~748^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cda62455c800cf46bb86487d4f32ac6e4e8c519;p=pandora-kernel.git [PATCH] Kconfig fix (PHYLIB vs. s390) drivers/net/phy/phy.c is broken on s390; it uses enable_irq() and friends and these do not exist on s390. Marked as broken for now. Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed