From: frank.blaschka@de.ibm.com
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org,
Mike Frysinger <vapier@gentoo.org>
Subject: [patch 3/4] [PATCH][S390] Kconfig: have CCWGROUP depend on CLAW
Date: Wed, 08 Sep 2010 09:14:41 +0200 [thread overview]
Message-ID: <20100908071601.413478927@de.ibm.com> (raw)
In-Reply-To: 20100908071438.085729717@de.ibm.com
[-- Attachment #1: 602-claw-kconfig-ccwgroup.diff --]
[-- Type: text/plain, Size: 1171 bytes --]
From: Mike Frysinger <vapier@gentoo.org>
Since the claw code calls ccwgroup_remove_ccwdev(), we need to make sure
CCWGROUP is enabled when CLAW is enabled. Otherwise we hit fun undefined
references at build time:
ERROR: "ccwgroup_remove_ccwdev" [drivers/s390/net/claw.ko] undefined!
ERROR: "ccwgroup_probe_ccwdev" [drivers/s390/net/claw.ko] undefined!
ERROR: "ccwgroup_driver_register" [drivers/s390/net/claw.ko] undefined!
ERROR: "ccwgroup_driver_unregister" [drivers/s390/net/claw.ko] undefined!
ERROR: "ccwgroup_create_from_string" [drivers/s390/net/claw.ko] undefined!
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
---
drivers/s390/net/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -urpN linux-2.6/drivers/s390/net/Kconfig linux-2.6-patched/drivers/s390/net/Kconfig
--- linux-2.6/drivers/s390/net/Kconfig 2010-08-02 00:11:14.000000000 +0200
+++ linux-2.6-patched/drivers/s390/net/Kconfig 2010-09-07 09:57:35.000000000 +0200
@@ -100,6 +100,6 @@ config QETH_IPV6
config CCWGROUP
tristate
- default (LCS || CTCM || QETH)
+ default (LCS || CTCM || QETH || CLAW)
endmenu
next prev parent reply other threads:[~2010-09-08 7:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-08 7:14 [patch 0/4] s390: network patches for net-next frank.blaschka
2010-09-08 7:14 ` [patch 1/4] [PATCH] qdio: extend API to allow polling frank.blaschka
2010-09-08 7:14 ` [patch 2/4] [PATCH] qeth: Use %pI6 frank.blaschka
2010-09-08 7:14 ` frank.blaschka [this message]
2010-09-08 7:14 ` [patch 4/4] [PATCH] qeth: NAPI support for l2 and l3 discipline frank.blaschka
2010-09-08 21:31 ` [patch 0/4] s390: network patches for net-next David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100908071601.413478927@de.ibm.com \
--to=frank.blaschka@de.ibm.com \
--cc=davem@davemloft.net \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).