linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix include dependency for mmu_notifier
@ 2011-10-10 15:46 Eric B Munson
  2011-10-11  9:18 ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Eric B Munson @ 2011-10-10 15:46 UTC (permalink / raw)
  To: avi; +Cc: mtosatti, kvm, linux-kernel, Eric B Munson

The kvm_host struct can include an mmu_notifier struct but mmu_notifier.h is
not included directly.

Signed-off-by: Eric B Munson <emunson@mgebm.net>
---
 include/linux/kvm_host.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index eabb21a..d2c79a9 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -14,6 +14,7 @@
 #include <linux/signal.h>
 #include <linux/sched.h>
 #include <linux/mm.h>
+#include <linux/mmu_notifier.h>
 #include <linux/preempt.h>
 #include <linux/msi.h>
 #include <linux/slab.h>
-- 
1.7.4.1


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

* Re: [PATCH] Fix include dependency for mmu_notifier
  2011-10-10 15:46 [PATCH] Fix include dependency for mmu_notifier Eric B Munson
@ 2011-10-11  9:18 ` Avi Kivity
  2011-10-11 13:21   ` Eric B Munson
  0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2011-10-11  9:18 UTC (permalink / raw)
  To: Eric B Munson; +Cc: mtosatti, kvm, linux-kernel

On 10/10/2011 05:46 PM, Eric B Munson wrote:
> The kvm_host struct can include an mmu_notifier struct but mmu_notifier.h is
> not included directly.

Thanks, applied.  Is there a .config which causes this?

-- 
error compiling committee.c: too many arguments to function


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

* Re: [PATCH] Fix include dependency for mmu_notifier
  2011-10-11  9:18 ` Avi Kivity
@ 2011-10-11 13:21   ` Eric B Munson
  0 siblings, 0 replies; 3+ messages in thread
From: Eric B Munson @ 2011-10-11 13:21 UTC (permalink / raw)
  To: Avi Kivity; +Cc: mtosatti, kvm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

On Tue, 11 Oct 2011, Avi Kivity wrote:

> On 10/10/2011 05:46 PM, Eric B Munson wrote:
> >The kvm_host struct can include an mmu_notifier struct but mmu_notifier.h is
> >not included directly.
> 
> Thanks, applied.  Is there a .config which causes this?
> 
> -- 
> error compiling committee.c: too many arguments to function
> 

Not exactly, I stumbled on it while working on a set that isn't quite ready to
be posted.

Eric

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2011-10-11 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-10 15:46 [PATCH] Fix include dependency for mmu_notifier Eric B Munson
2011-10-11  9:18 ` Avi Kivity
2011-10-11 13:21   ` Eric B Munson

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).