Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-24 Thread Hauke Mehrtens
On 12/22/2016 12:27 AM, kbuild test robot wrote: > Hi Paul, > > [auto build test ERROR on mtd/master] > [also build test ERROR on v4.9 next-20161221] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci

Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-24 Thread Hauke Mehrtens
On 12/22/2016 10:01 AM, Boris Brezillon wrote: > +Brian > > On Wed, 21 Dec 2016 16:19:00 +0100 > Hauke Mehrtens wrote: > >> On 12/20/2016 10:18 PM, Paul Gortmaker wrote: >>> In commit d47529b2e9fe0ec2eb1f072afad8849f52e385c4 ("gpio: don't >>> include module.h in shared driver header") we fixed

Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-22 Thread Boris Brezillon
+Brian On Wed, 21 Dec 2016 16:19:00 +0100 Hauke Mehrtens wrote: > On 12/20/2016 10:18 PM, Paul Gortmaker wrote: > > In commit d47529b2e9fe0ec2eb1f072afad8849f52e385c4 ("gpio: don't > > include module.h in shared driver header") we fixed a bunch of > > implicit includes and then did what the shor

Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-21 Thread kbuild test robot
Hi Paul, [auto build test ERROR on mtd/master] [also build test ERROR on v4.9 next-20161221] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Paul-Gortmaker/mtd-nand-fix-implicit-module-h-usage-in

Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-21 Thread Paul Gortmaker
[Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c] On 21/12/2016 (Wed 16:19) Hauke Mehrtens wrote: > > > On 12/20/2016 10:18 PM, Paul Gortmaker wrote: > > In commit d47529b2e9fe0ec2eb1f072afad8849f52e385c4 ("gpio: don't > > include module.h in sh

Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-21 Thread Hauke Mehrtens
On 12/20/2016 10:18 PM, Paul Gortmaker wrote: > In commit d47529b2e9fe0ec2eb1f072afad8849f52e385c4 ("gpio: don't > include module.h in shared driver header") we fixed a bunch of > implicit includes and then did what the shortlog says -- remove > module.h from a gpio header. > > In parallel, comm