Re: [PATCH v2 06/23] xen: missing includes

2012-08-08 Thread Stefano Stabellini
On Tue, 7 Aug 2012, Konrad Rzeszutek Wilk wrote: > On Mon, Aug 06, 2012 at 03:27:09PM +0100, Stefano Stabellini wrote: > > Changes in v2: > > - remove pvclock hack; > > - remove include linux/types.h from xen/interface/xen.h. > > I think I can take in my tree now right by itself right? Or do > you

Re: [PATCH v2 06/23] xen: missing includes

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:09PM +0100, Stefano Stabellini wrote: > Changes in v2: > - remove pvclock hack; > - remove include linux/types.h from xen/interface/xen.h. I think I can take in my tree now right by itself right? Or do you want to keep this in your patchqueue? If so, Ack from me. > >

[PATCH v2 06/23] xen: missing includes

2012-08-06 Thread Stefano Stabellini
Changes in v2: - remove pvclock hack; - remove include linux/types.h from xen/interface/xen.h. Signed-off-by: Stefano Stabellini --- arch/x86/include/asm/xen/interface.h |2 ++ drivers/tty/hvc/hvc_xen.c |2 ++ drivers/xen/grant-table.c |1 + dr