Re: [PATCH 0/2] ARM: add missing includes to header files

2017-07-24 Thread Johan Hovold
On Thu, Jul 06, 2017 at 04:16:07PM +0100, Russell King - ARM Linux wrote: > On Tue, Jul 04, 2017 at 03:25:40PM +0200, Johan Hovold wrote: > > Add two missing include directives to two header files to avoid > > compile breakage when the required symbols have not already been > > defined. > > > >

Re: [PATCH 0/2] ARM: add missing includes to header files

2017-07-24 Thread Johan Hovold
On Thu, Jul 06, 2017 at 04:16:07PM +0100, Russell King - ARM Linux wrote: > On Tue, Jul 04, 2017 at 03:25:40PM +0200, Johan Hovold wrote: > > Add two missing include directives to two header files to avoid > > compile breakage when the required symbols have not already been > > defined. > > > >

Re: [PATCH 0/2] ARM: add missing includes to header files

2017-07-06 Thread Russell King - ARM Linux
On Tue, Jul 04, 2017 at 03:25:40PM +0200, Johan Hovold wrote: > Add two missing include directives to two header files to avoid > compile breakage when the required symbols have not already been > defined. > > The missing SCU include broke compilation of the (not-yet-merged) > suspend support for

Re: [PATCH 0/2] ARM: add missing includes to header files

2017-07-06 Thread Russell King - ARM Linux
On Tue, Jul 04, 2017 at 03:25:40PM +0200, Johan Hovold wrote: > Add two missing include directives to two header files to avoid > compile breakage when the required symbols have not already been > defined. > > The missing SCU include broke compilation of the (not-yet-merged) > suspend support for

[PATCH 0/2] ARM: add missing includes to header files

2017-07-04 Thread Johan Hovold
Add two missing include directives to two header files to avoid compile breakage when the required symbols have not already been defined. The missing SCU include broke compilation of the (not-yet-merged) suspend support for am335x when !CONFIG_HAVE_ARM_SCU for example:

[PATCH 0/2] ARM: add missing includes to header files

2017-07-04 Thread Johan Hovold
Add two missing include directives to two header files to avoid compile breakage when the required symbols have not already been defined. The missing SCU include broke compilation of the (not-yet-merged) suspend support for am335x when !CONFIG_HAVE_ARM_SCU for example: