- prevent-ssb-compilation-on-s390-part-2.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     prevent SSB compilation on s390
has been removed from the -mm tree.  Its filename was
     prevent-ssb-compilation-on-s390-part-2.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: prevent SSB compilation on s390
From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>

drivers/ssb/Kconfig has already a depends on HAS_IOMEM which should prevent
SSB from being selected.  But appearantly it looks like this doesn't matter
at all if it gets selected from somewhere else.  So add an explicit depends
on HAS_IOMEM to the Broadcom driver to prevent selection on s390.

Cc: "John W. Linville" <linville@xxxxxxxxxxxxx>
Cc: Michael Buesch <mb@xxxxxxxxx>
Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/net/Kconfig~prevent-ssb-compilation-on-s390-part-2 drivers/net/Kconfig
--- a/drivers/net/Kconfig~prevent-ssb-compilation-on-s390-part-2
+++ a/drivers/net/Kconfig
@@ -1434,6 +1434,7 @@ config APRICOT
 
 config B44
 	tristate "Broadcom 440x/47xx ethernet support"
+	depends on HAS_IOMEM
 	select SSB
 	select MII
 	help
_

Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are

slow-down-printk-during-boot-fix-4.patch
git-wireless.patch
avoid-ssb-compililation-on-s390.patch
during-vm-oom-condition-kill-all-threads-in-process-group.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux