Re: [PATCH v2] staging: greybus: add missing includes

2019-08-28 Thread Greg Kroah-Hartman
On Wed, Aug 28, 2019 at 04:17:50PM +0100, Rui Miguel Silva wrote: > Hi Randy, > On Wed 28 Aug 2019 at 16:09, Randy Dunlap wrote: > > On 8/28/19 1:35 AM, Greg Kroah-Hartman wrote: > >> On Tue, Aug 27, 2019 at 09:59:17PM +0100, Rui Miguel Silva wrote: > >>> Before moving greybus core out of staging a

Re: [PATCH v2] staging: greybus: add missing includes

2019-08-28 Thread Rui Miguel Silva
Hi Randy, On Wed 28 Aug 2019 at 16:09, Randy Dunlap wrote: > On 8/28/19 1:35 AM, Greg Kroah-Hartman wrote: >> On Tue, Aug 27, 2019 at 09:59:17PM +0100, Rui Miguel Silva wrote: >>> Before moving greybus core out of staging and moving header files to >>> include/linux some greybus header files were m

Re: [PATCH v2] staging: greybus: add missing includes

2019-08-28 Thread Randy Dunlap
On 8/28/19 1:35 AM, Greg Kroah-Hartman wrote: > On Tue, Aug 27, 2019 at 09:59:17PM +0100, Rui Miguel Silva wrote: >> Before moving greybus core out of staging and moving header files to >> include/linux some greybus header files were missing the necessary >> includes. This would trigger compilation

Re: [PATCH v2] staging: greybus: add missing includes

2019-08-28 Thread Greg Kroah-Hartman
On Tue, Aug 27, 2019 at 09:59:17PM +0100, Rui Miguel Silva wrote: > Before moving greybus core out of staging and moving header files to > include/linux some greybus header files were missing the necessary > includes. This would trigger compilation faillures with some example > errors logged bellow

[PATCH v2] staging: greybus: add missing includes

2019-08-27 Thread Rui Miguel Silva
Before moving greybus core out of staging and moving header files to include/linux some greybus header files were missing the necessary includes. This would trigger compilation faillures with some example errors logged bellow for with CONFIG_KERNEL_HEADER_TEST=y. So, add the necessary headers to c