Re: [PATCHv2 1/2] mfd: cpcap: Add missing include dependencies

2017-03-23 Thread Tony Lindgren
* Sebastian Reichel [170322 18:02]: > Hi, > > On Wed, Mar 22, 2017 at 08:57:16AM -0700, Tony Lindgren wrote: > > * Pavel Machek [170322 02:29]: > > > On Wed 2017-03-22 01:09:11, Sebastian Reichel wrote: > > > > This fixes compilation for files, that try to include the > > > > cpcap header in alp

Re: [PATCHv2 1/2] mfd: cpcap: Add missing include dependencies

2017-03-22 Thread Sebastian Reichel
Hi, On Wed, Mar 22, 2017 at 08:57:16AM -0700, Tony Lindgren wrote: > * Pavel Machek [170322 02:29]: > > On Wed 2017-03-22 01:09:11, Sebastian Reichel wrote: > > > This fixes compilation for files, that try to include the > > > cpcap header in alphabetically sorted #include lists. > > > > > > Sig

Re: [PATCHv2 1/2] mfd: cpcap: Add missing include dependencies

2017-03-22 Thread Tony Lindgren
* Pavel Machek [170322 02:29]: > On Wed 2017-03-22 01:09:11, Sebastian Reichel wrote: > > This fixes compilation for files, that try to include the > > cpcap header in alphabetically sorted #include lists. > > > > Signed-off-by: Sebastian Reichel > > Acked-by: Pavel Machek Hmm I wonder why I

Re: [PATCHv2 1/2] mfd: cpcap: Add missing include dependencies

2017-03-22 Thread Pavel Machek
On Wed 2017-03-22 01:09:11, Sebastian Reichel wrote: > This fixes compilation for files, that try to include the > cpcap header in alphabetically sorted #include lists. > > Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek > --- > This patch is new, since PATCHv1 did not order the includ

[PATCHv2 1/2] mfd: cpcap: Add missing include dependencies

2017-03-21 Thread Sebastian Reichel
This fixes compilation for files, that try to include the cpcap header in alphabetically sorted #include lists. Signed-off-by: Sebastian Reichel --- This patch is new, since PATCHv1 did not order the includes in the led driver alphabetically. --- include/linux/mfd/motorola-cpcap.h | 3 +++ 1 fil