public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] staging: hv: make HYPERV_UTILS depend on NLS to prevent a build error
@ 2011-05-03 20:53 pefoley2
  2011-05-03 21:01 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: pefoley2 @ 2011-05-03 20:53 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, hjanssen, haiyangz

When HYPERV_UTILS=y and NLS=n the build fails with this error:
MODPOST 3 modules 
ERROR: "utf8s_to_utf16s" [drivers/staging/hv/hv_utils.ko] undefined!

This patch fixes this by adding a dependency on NLS to HYPERV_UTILS.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
  drivers/staging/hv/Kconfig |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig
index d41f380..76f0756 100644
--- a/drivers/staging/hv/Kconfig
+++ b/drivers/staging/hv/Kconfig
@@ -31,7 +31,7 @@ config HYPERV_NET

  config HYPERV_UTILS
  	tristate "Microsoft Hyper-V Utilities driver"
-	depends on CONNECTOR
+	depends on CONNECTOR && NLS
  	default HYPERV
  	help
  	  Select this option to enable the Hyper-V Utilities.
-- 
1.7.5.rc1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-03 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 20:53 [PATCH resend] staging: hv: make HYPERV_UTILS depend on NLS to prevent a build error pefoley2
2011-05-03 21:01 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox