Re: [PATCH 1/2] firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h

2021-09-17 Thread Tom Rini
On Tue, Jul 27, 2021 at 06:24:39PM -0500, Suman Anna wrote: > The common TI SCI header file uses some macros from err.h and these > get exercised when CONFIG_TI_SCI_PROTOCOL is not defined. Include > the linux/err.h header file in this header file directly rather > than relying on source files to

Re: [PATCH 1/2] firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h

2021-08-27 Thread Nishanth Menon
On 18:24-20210727, Suman Anna wrote: > The common TI SCI header file uses some macros from err.h and these > get exercised when CONFIG_TI_SCI_PROTOCOL is not defined. Include > the linux/err.h header file in this header file directly rather > than relying on source files to include it to eliminate