[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100519170325.GA21306@kroah.com>
Date: Wed, 19 May 2010 10:03:25 -0700
From: Greg KH <greg@...ah.com>
To: Ky Srinivasan <ksrinivasan@...ell.com>
Cc: hpa@...or.com, hjanssen@...rosoft.com, mingo@...hat.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Hyperv: Export the symbol that tracks hyperv features
and recommendations
On Wed, May 19, 2010 at 10:54:18AM -0600, Ky Srinivasan wrote:
>
> From: K. Y. Srinivasan <ksrinivasan@...ell.com>
> Subject: Export the symbol for hyperv drivers to access hyperv
> features and recommendations.
>
> Signed-off-by: K. Y. Srinivasan <ksrinivasan@...ell.com>
>
> Index: linux.trees.git/arch/x86/kernel/cpu/mshyperv.c
> ===================================================================
> --- linux.trees.git.orig/arch/x86/kernel/cpu/mshyperv.c 2010-05-18 10:14:02.000000000 -0600
> +++ linux.trees.git/arch/x86/kernel/cpu/mshyperv.c 2010-05-18 14:12:11.000000000 -0600
> @@ -18,6 +18,7 @@
> #include <asm/mshyperv.h>
>
> struct ms_hyperv_info ms_hyperv;
> +EXPORT_SYMBOL(ms_hyperv);
EXPORT_SYMBOL_GPL() perhaps?
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists