Re: [PATCH] mtd: onenand: fix parameter list build warning

2018-09-05 Thread Miquel Raynal
Hi Randy, Randy Dunlap wrote on Tue, 4 Sep 2018 14:49:00 -0700: > On 09/04/2018 02:34 PM, Miquel Raynal wrote: > > Hi Randy, > > > > Randy Dunlap wrote on Mon, 3 Sep 2018 12:32:04 > > -0700: > > > >> From: Randy Dunlap > >> > >> Fix build warning in by adding a "stub" struct > >> for

Re: [PATCH] mtd: onenand: fix parameter list build warning

2018-09-05 Thread Miquel Raynal
Hi Randy, Randy Dunlap wrote on Tue, 4 Sep 2018 14:49:00 -0700: > On 09/04/2018 02:34 PM, Miquel Raynal wrote: > > Hi Randy, > > > > Randy Dunlap wrote on Mon, 3 Sep 2018 12:32:04 > > -0700: > > > >> From: Randy Dunlap > >> > >> Fix build warning in by adding a "stub" struct > >> for

Re: [PATCH] mtd: onenand: fix parameter list build warning

2018-09-04 Thread Randy Dunlap
On 09/04/2018 02:34 PM, Miquel Raynal wrote: > Hi Randy, > > Randy Dunlap wrote on Mon, 3 Sep 2018 12:32:04 > -0700: > >> From: Randy Dunlap >> >> Fix build warning in by adding a "stub" struct >> for mtd_oob_ops: >> >> include/linux/mtd/onenand.h: warning: 'struct mtd_oob_ops' declared

Re: [PATCH] mtd: onenand: fix parameter list build warning

2018-09-04 Thread Randy Dunlap
On 09/04/2018 02:34 PM, Miquel Raynal wrote: > Hi Randy, > > Randy Dunlap wrote on Mon, 3 Sep 2018 12:32:04 > -0700: > >> From: Randy Dunlap >> >> Fix build warning in by adding a "stub" struct >> for mtd_oob_ops: >> >> include/linux/mtd/onenand.h: warning: 'struct mtd_oob_ops' declared

Re: [PATCH] mtd: onenand: fix parameter list build warning

2018-09-04 Thread Miquel Raynal
Hi Randy, Randy Dunlap wrote on Mon, 3 Sep 2018 12:32:04 -0700: > From: Randy Dunlap > > Fix build warning in by adding a "stub" struct > for mtd_oob_ops: > > include/linux/mtd/onenand.h: warning: 'struct mtd_oob_ops' declared inside > parameter list [enabled by default] >

Re: [PATCH] mtd: onenand: fix parameter list build warning

2018-09-04 Thread Miquel Raynal
Hi Randy, Randy Dunlap wrote on Mon, 3 Sep 2018 12:32:04 -0700: > From: Randy Dunlap > > Fix build warning in by adding a "stub" struct > for mtd_oob_ops: > > include/linux/mtd/onenand.h: warning: 'struct mtd_oob_ops' declared inside > parameter list [enabled by default] >

[PATCH] mtd: onenand: fix parameter list build warning

2018-09-03 Thread Randy Dunlap
From: Randy Dunlap Fix build warning in by adding a "stub" struct for mtd_oob_ops: include/linux/mtd/onenand.h: warning: 'struct mtd_oob_ops' declared inside parameter list [enabled by default] include/linux/mtd/onenand.h: warning: its scope is only this definition or declaration, which is

[PATCH] mtd: onenand: fix parameter list build warning

2018-09-03 Thread Randy Dunlap
From: Randy Dunlap Fix build warning in by adding a "stub" struct for mtd_oob_ops: include/linux/mtd/onenand.h: warning: 'struct mtd_oob_ops' declared inside parameter list [enabled by default] include/linux/mtd/onenand.h: warning: its scope is only this definition or declaration, which is