public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove unneeded EXPORT macro
@ 2012-03-15 22:16 Eric B Munson
  2012-03-16  0:06 ` Marcelo Tosatti
  0 siblings, 1 reply; 3+ messages in thread
From: Eric B Munson @ 2012-03-15 22:16 UTC (permalink / raw)
  To: mtosatti
  Cc: Eric B Munson, mingo, hpa, ryanh, aliguori, jan.kiszka, avi, kvm,
	linux-arch, x86, linux-kernel

check_and_clear_guest_paused does not need to be exported as it isn't used
by any modules, remove the export.

Signed-off-by: Eric B Munson <emunson@mgebm.net>
Cc: mingo@redhat.com
Cc: hpa@zytor.com
Cc: ryanh@linux.vnet.ibm.com
Cc: aliguori@us.ibm.com
Cc: jan.kiszka@siemens.com
Cc: avi@redhat.com
Cc: kvm@vger.kernel.org
Cc: linux-arch@vger.kernel.org
Cc: x86@kernel.org
Cc: linux-kernel@vger.kernel.org
---
 arch/x86/kernel/kvmclock.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/kvmclock.c b/arch/x86/kernel/kvmclock.c
index 4ba090c..086eb58 100644
--- a/arch/x86/kernel/kvmclock.c
+++ b/arch/x86/kernel/kvmclock.c
@@ -133,7 +133,6 @@ bool kvm_check_and_clear_guest_paused(void)
 
 	return ret;
 }
-EXPORT_SYMBOL_GPL(kvm_check_and_clear_guest_paused);
 
 static struct clocksource kvm_clock = {
 	.name = "kvm-clock",
-- 
1.7.5.4

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

* Re: [PATCH] Remove unneeded EXPORT macro
  2012-03-15 22:16 [PATCH] Remove unneeded EXPORT macro Eric B Munson
@ 2012-03-16  0:06 ` Marcelo Tosatti
  2012-03-16  0:06   ` Marcelo Tosatti
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Tosatti @ 2012-03-16  0:06 UTC (permalink / raw)
  To: Eric B Munson
  Cc: mingo, hpa, ryanh, aliguori, jan.kiszka, avi, kvm, linux-arch,
	x86, linux-kernel

On Thu, Mar 15, 2012 at 06:16:49PM -0400, Eric B Munson wrote:
> check_and_clear_guest_paused does not need to be exported as it isn't used
> by any modules, remove the export.
> 
> Signed-off-by: Eric B Munson <emunson@mgebm.net>
> Cc: mingo@redhat.com
> Cc: hpa@zytor.com
> Cc: ryanh@linux.vnet.ibm.com
> Cc: aliguori@us.ibm.com
> Cc: jan.kiszka@siemens.com
> Cc: avi@redhat.com
> Cc: kvm@vger.kernel.org
> Cc: linux-arch@vger.kernel.org
> Cc: x86@kernel.org
> Cc: linux-kernel@vger.kernel.org
> ---
>  arch/x86/kernel/kvmclock.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied, thanks.


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

* Re: [PATCH] Remove unneeded EXPORT macro
  2012-03-16  0:06 ` Marcelo Tosatti
@ 2012-03-16  0:06   ` Marcelo Tosatti
  0 siblings, 0 replies; 3+ messages in thread
From: Marcelo Tosatti @ 2012-03-16  0:06 UTC (permalink / raw)
  To: Eric B Munson
  Cc: mingo, hpa, ryanh, aliguori, jan.kiszka, avi, kvm, linux-arch,
	x86, linux-kernel

On Thu, Mar 15, 2012 at 06:16:49PM -0400, Eric B Munson wrote:
> check_and_clear_guest_paused does not need to be exported as it isn't used
> by any modules, remove the export.
> 
> Signed-off-by: Eric B Munson <emunson@mgebm.net>
> Cc: mingo@redhat.com
> Cc: hpa@zytor.com
> Cc: ryanh@linux.vnet.ibm.com
> Cc: aliguori@us.ibm.com
> Cc: jan.kiszka@siemens.com
> Cc: avi@redhat.com
> Cc: kvm@vger.kernel.org
> Cc: linux-arch@vger.kernel.org
> Cc: x86@kernel.org
> Cc: linux-kernel@vger.kernel.org
> ---
>  arch/x86/kernel/kvmclock.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied, thanks.


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

end of thread, other threads:[~2012-03-18 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15 22:16 [PATCH] Remove unneeded EXPORT macro Eric B Munson
2012-03-16  0:06 ` Marcelo Tosatti
2012-03-16  0:06   ` Marcelo Tosatti

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