On Wed, 5 Nov 2014 15:26:20 +0100 Petr Mladek <pmla...@suse.cz> wrote:
> > index 000000000000..97872154d51c > > --- /dev/null > > +++ b/include/linux/seq_buf.h > > @@ -0,0 +1,72 @@ > > +#ifndef _LINUX_SEQ_BUF_H > > +#define _LINUX_SEQ_BUF_H > > + > > +#include <linux/fs.h> > > + > > +#include <asm/page.h> > > One more small thing. We do not need this include because > seq_buf does not use the PAGE_SIZE. Good catch. I'll remove it. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/