linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* next-20150729 build: 2 failures 49 warnings (next-20150729)
       [not found] <E1ZKPJk-0007VU-Fg@optimist>
@ 2015-07-29 12:44 ` Mark Brown
  2015-08-04 17:38   ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2015-07-29 12:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 29, 2015 at 12:14:36PM +0100, Build bot for Mark Brown wrote:

Today's linux-next fails to build an arm64 allmodconfig due to:

> 	arm64-allmodconfig
> ../include/linux/platform_device.h:245:1: error: type defaults to 'int' in declaration of 'module_init' [-Werror=implicit-int]
> ../include/linux/platform_device.h:250:1: error: type defaults to 'int' in declaration of 'module_exit' [-Werror=implicit-int]

caused by c84e358718a66f76 (soc: Mediatek: Add SCPSYS power domain
driver) which does not include module.h.  Arguably platform_device.h
should do that, though it's only an issue if the macro is used so...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150729/aa3fc529/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* next-20150729 build: 2 failures 49 warnings (next-20150729)
  2015-07-29 12:44 ` next-20150729 build: 2 failures 49 warnings (next-20150729) Mark Brown
@ 2015-08-04 17:38   ` Mark Brown
  2015-08-04 19:12     ` Matthias Brugger
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2015-08-04 17:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 29, 2015 at 01:44:10PM +0100, Mark Brown wrote:
> On Wed, Jul 29, 2015 at 12:14:36PM +0100, Build bot for Mark Brown wrote:

> Today's linux-next fails to build an arm64 allmodconfig due to:

> > 	arm64-allmodconfig
> > ../include/linux/platform_device.h:245:1: error: type defaults to 'int' in declaration of 'module_init' [-Werror=implicit-int]
> > ../include/linux/platform_device.h:250:1: error: type defaults to 'int' in declaration of 'module_exit' [-Werror=implicit-int]

> caused by c84e358718a66f76 (soc: Mediatek: Add SCPSYS power domain
> driver) which does not include module.h.  Arguably platform_device.h
> should do that, though it's only an issue if the macro is used so...

This is still breaking the build and the fix should be trivial - is
there any ETA for a fix getting into -next?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150804/f3aee19d/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* next-20150729 build: 2 failures 49 warnings (next-20150729)
  2015-08-04 17:38   ` Mark Brown
@ 2015-08-04 19:12     ` Matthias Brugger
  2015-08-05 20:27       ` Kevin Hilman
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Brugger @ 2015-08-04 19:12 UTC (permalink / raw)
  To: linux-arm-kernel



On August 4, 2015 7:38:49 PM CEST, Mark Brown <broonie@kernel.org> wrote:
>On Wed, Jul 29, 2015 at 01:44:10PM +0100, Mark Brown wrote:
>> On Wed, Jul 29, 2015 at 12:14:36PM +0100, Build bot for Mark Brown
>wrote:
>
>> Today's linux-next fails to build an arm64 allmodconfig due to:
>
>> > 	arm64-allmodconfig
>> > ../include/linux/platform_device.h:245:1: error: type defaults to
>'int' in declaration of 'module_init' [-Werror=implicit-int]
>> > ../include/linux/platform_device.h:250:1: error: type defaults to
>'int' in declaration of 'module_exit' [-Werror=implicit-int]
>
>> caused by c84e358718a66f76 (soc: Mediatek: Add SCPSYS power domain
>> driver) which does not include module.h.  Arguably platform_device.h
>> should do that, though it's only an issue if the macro is used so...
>
>This is still breaking the build and the fix should be trivial - is
>there any ETA for a fix getting into -next?

I send a fix to arm at kernel.org but no reply yet. (sorry I'm not in front of a computer so I can't send you the link right now).

I will send a pull request tomorrow, let's see if that helps...

Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* next-20150729 build: 2 failures 49 warnings (next-20150729)
  2015-08-04 19:12     ` Matthias Brugger
@ 2015-08-05 20:27       ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2015-08-05 20:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 4, 2015 at 12:12 PM, Matthias Brugger
<matthias.bgg@gmail.com> wrote:
>
>
> On August 4, 2015 7:38:49 PM CEST, Mark Brown <broonie@kernel.org> wrote:
>>On Wed, Jul 29, 2015 at 01:44:10PM +0100, Mark Brown wrote:
>>> On Wed, Jul 29, 2015 at 12:14:36PM +0100, Build bot for Mark Brown
>>wrote:
>>
>>> Today's linux-next fails to build an arm64 allmodconfig due to:
>>
>>> >    arm64-allmodconfig
>>> > ../include/linux/platform_device.h:245:1: error: type defaults to
>>'int' in declaration of 'module_init' [-Werror=implicit-int]
>>> > ../include/linux/platform_device.h:250:1: error: type defaults to
>>'int' in declaration of 'module_exit' [-Werror=implicit-int]
>>
>>> caused by c84e358718a66f76 (soc: Mediatek: Add SCPSYS power domain
>>> driver) which does not include module.h.  Arguably platform_device.h
>>> should do that, though it's only an issue if the macro is used so...
>>
>>This is still breaking the build and the fix should be trivial - is
>>there any ETA for a fix getting into -next?
>
> I send a fix to arm at kernel.org but no reply yet. (sorry I'm not in front of a computer so I can't send you the link right now).
>
> I will send a pull request tomorrow, let's see if that helps...

Fix was applied today.

Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-05 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1ZKPJk-0007VU-Fg@optimist>
2015-07-29 12:44 ` next-20150729 build: 2 failures 49 warnings (next-20150729) Mark Brown
2015-08-04 17:38   ` Mark Brown
2015-08-04 19:12     ` Matthias Brugger
2015-08-05 20:27       ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).