From: Randy Dunlap <randy.dunlap@oracle•com>
To: Stephen Rothwell <sfr@canb•auug.org.au>,
Greg Kroah-Hartman <gregkh@suse•de>,
akpm <akpm@linux-foundation•org>
Cc: linux-next@vger•kernel.org, LKML <linux-kernel@vger•kernel.org>,
Hank Janssen <hjanssen@microsoft•com>,
Haiyang Zhang <haiyangz@microsoft•com>
Subject: [PATCH -next] staging/hv: hv_utils depends on CONNECTOR
Date: Fri, 21 Jan 2011 09:18:56 -0800 [thread overview]
Message-ID: <20110121091856.bd5b10af.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20110121132707.27768675.sfr@canb.auug.org.au>
From: Randy Dunlap <randy.dunlap@oracle•com>
Don't build hv_utils when CONFIG_CONNECTOR is not enabled.
Fixes these build errors:
ERROR: "cn_add_callback" [drivers/staging/hv/hv_utils.ko] undefined!
ERROR: "cn_del_callback" [drivers/staging/hv/hv_utils.ko] undefined!
ERROR: "cn_netlink_send" [drivers/staging/hv/hv_utils.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle•com>
Cc: Greg Kroah-Hartman <gregkh@suse•de>
Cc: Hank Janssen <hjanssen@microsoft•com>
Cc: Haiyang Zhang <haiyangz@microsoft•com>
---
drivers/staging/hv/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20110121.orig/drivers/staging/hv/Kconfig
+++ linux-next-20110121/drivers/staging/hv/Kconfig
@@ -31,6 +31,7 @@ config HYPERV_NET
config HYPERV_UTILS
tristate "Microsoft Hyper-V Utilities driver"
+ depends on CONNECTOR
default HYPERV
help
Select this option to enable the Hyper-V Utilities.
next prev parent reply other threads:[~2011-01-21 17:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-21 2:27 linux-next: Tree for January 21 Stephen Rothwell
2011-01-21 17:18 ` Randy Dunlap [this message]
2011-01-21 20:08 ` [PATCH -next] staging/hv: hv_utils depends on CONNECTOR Greg KH
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=20110121091856.bd5b10af.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle$(echo .)com \
--cc=akpm@linux-foundation$(echo .)org \
--cc=gregkh@suse$(echo .)de \
--cc=haiyangz@microsoft$(echo .)com \
--cc=hjanssen@microsoft$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=sfr@canb$(echo .)auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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