linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clockevents/drivers/timer-stm32: Fix build error spotted by kbuild test robot
@ 2015-06-07  9:01 Maxime Coquelin
  2015-06-08 17:39 ` Daniel Lezcano
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Coquelin @ 2015-06-07  9:01 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Thomas Gleixner, linux-kernel, fengguang.wu, luc.vanoostenryck

This patch fixes below error spotted by kbuild test robot when building
with ARCH=ia64:

All error/warnings (new ones prefixed by >>):

        drivers/clocksource/timer-stm32.c:38:28: error: field 'evtdev' has incomplete type

     struct clock_event_device evtdev;
                               ^

        drivers/clocksource/timer-stm32.c:44:19: warning: 'enum clock_event_mode' declared inside parameter list

               struct clock_event_device *evtdev)

The fix consists in making the STM32 timer depend on GENERIC_CLOCKEVENTS.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
---
 drivers/clocksource/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index bec25b3..1778c90 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -113,7 +113,7 @@ config CLKSRC_LPC32XX
 
 config CLKSRC_STM32
 	bool "Clocksource for STM32 SoCs" if COMPILE_TEST
-	depends on OF
+	depends on OF && GENERIC_CLOCKEVENTS
 	select CLKSRC_MMIO
 
 config ARM_ARCH_TIMER
-- 
1.9.1


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

* Re: [PATCH] clockevents/drivers/timer-stm32: Fix build error spotted by kbuild test robot
  2015-06-07  9:01 [PATCH] clockevents/drivers/timer-stm32: Fix build error spotted by kbuild test robot Maxime Coquelin
@ 2015-06-08 17:39 ` Daniel Lezcano
  2015-06-08 20:08   ` Thomas Gleixner
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Lezcano @ 2015-06-08 17:39 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: Thomas Gleixner, linux-kernel, fengguang.wu, luc.vanoostenryck,
	Ingo Molnar

On 06/07/2015 11:01 AM, Maxime Coquelin wrote:
> This patch fixes below error spotted by kbuild test robot when building
> with ARCH=ia64:
>
> All error/warnings (new ones prefixed by >>):
>
>          drivers/clocksource/timer-stm32.c:38:28: error: field 'evtdev' has incomplete type
>
>       struct clock_event_device evtdev;
>                                 ^
>
>          drivers/clocksource/timer-stm32.c:44:19: warning: 'enum clock_event_mode' declared inside parameter list
>
>                 struct clock_event_device *evtdev)
>
> The fix consists in making the STM32 timer depend on GENERIC_CLOCKEVENTS.
>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>

Sounds good.

Thomas, Ingo ? do you will take this patch directly ? Or do you prefer I 
queue it and waiting for more fixes to come before sending a PR ?

Thanks
   -- Daniel

-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* Re: [PATCH] clockevents/drivers/timer-stm32: Fix build error spotted by kbuild test robot
  2015-06-08 17:39 ` Daniel Lezcano
@ 2015-06-08 20:08   ` Thomas Gleixner
  2015-06-08 20:47     ` Daniel Lezcano
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Gleixner @ 2015-06-08 20:08 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Maxime Coquelin, linux-kernel, fengguang.wu, luc.vanoostenryck,
	Ingo Molnar

On Mon, 8 Jun 2015, Daniel Lezcano wrote:

> Or do you prefer I queue it and waiting for more fixes to come
> before sending a PR ?

Yes please.

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

* Re: [PATCH] clockevents/drivers/timer-stm32: Fix build error spotted by kbuild test robot
  2015-06-08 20:08   ` Thomas Gleixner
@ 2015-06-08 20:47     ` Daniel Lezcano
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2015-06-08 20:47 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Maxime Coquelin, linux-kernel, fengguang.wu, luc.vanoostenryck,
	Ingo Molnar

On 06/08/2015 10:08 PM, Thomas Gleixner wrote:
> On Mon, 8 Jun 2015, Daniel Lezcano wrote:
>
>> Or do you prefer I queue it and waiting for more fixes to come
>> before sending a PR ?
>
> Yes please.

Ok, thanks.

   -- Daniel


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-07  9:01 [PATCH] clockevents/drivers/timer-stm32: Fix build error spotted by kbuild test robot Maxime Coquelin
2015-06-08 17:39 ` Daniel Lezcano
2015-06-08 20:08   ` Thomas Gleixner
2015-06-08 20:47     ` Daniel Lezcano

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).