On 10/06/2016 08:37, Alexander Gordeev wrote: > diff --git a/lib/asm-generic/io.h b/lib/asm-generic/io.h > index 842868ab9d58..91a2d7995d3d 100644 > --- a/lib/asm-generic/io.h > +++ b/lib/asm-generic/io.h > @@ -11,6 +11,7 @@ > */ > #include "libcflat.h" > #include "asm/page.h" > +#include "asm/barrier.h" There is no reason to include asm/barrier.h here. Please remove this indirect inclusion. I'm applying patches 1-11. Thanks, Paolo > > #ifndef __raw_readb -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html