* [PATCH -next] Revert "clocksource/drivers/timer-atmel-st: Add the COMPILE_TEST option"
@ 2016-06-15 4:01 Guenter Roeck
2016-06-16 12:17 ` Daniel Lezcano
0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2016-06-15 4:01 UTC (permalink / raw)
To: Daniel Lezcano; +Cc: linux-kernel, Guenter Roeck
This reverts commit 7011a4947ca61cd28a8c025b39c98861687e4fb6.
When trying to build parisc:allmodconfig:
drivers/clocksource/timer-atmel-st.c: In function 'at91rm9200_timer_interrupt':
drivers/clocksource/timer-atmel-st.c:76:3: error:
invalid use of undefined type 'struct clock_event_device'
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
drivers/clocksource/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 0677e81af030..5a921dc913e5 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -335,11 +335,9 @@ config ATMEL_PIT
def_bool SOC_AT91SAM9 || SOC_SAMA5
config ATMEL_ST
- bool "Atmel ST timer support" if COMPILE_TEST
+ bool
select CLKSRC_OF
select MFD_SYSCON
- help
- Support for the Atmel ST timer.
config CLKSRC_METAG_GENERIC
def_bool y if METAG
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] Revert "clocksource/drivers/timer-atmel-st: Add the COMPILE_TEST option"
2016-06-15 4:01 [PATCH -next] Revert "clocksource/drivers/timer-atmel-st: Add the COMPILE_TEST option" Guenter Roeck
@ 2016-06-16 12:17 ` Daniel Lezcano
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2016-06-16 12:17 UTC (permalink / raw)
To: Guenter Roeck; +Cc: linux-kernel
On 06/15/2016 06:01 AM, Guenter Roeck wrote:
> This reverts commit 7011a4947ca61cd28a8c025b39c98861687e4fb6.
>
> When trying to build parisc:allmodconfig:
>
> drivers/clocksource/timer-atmel-st.c: In function 'at91rm9200_timer_interrupt':
> drivers/clocksource/timer-atmel-st.c:76:3: error:
> invalid use of undefined type 'struct clock_event_device'
>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
Thanks for reporting the issue. I fixed this issue by adding
+depends on GENERIC_CLOCKEVENTS
instead of reverting the patch.
-- 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] 2+ messages in thread
end of thread, other threads:[~2016-06-16 12:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-15 4:01 [PATCH -next] Revert "clocksource/drivers/timer-atmel-st: Add the COMPILE_TEST option" Guenter Roeck
2016-06-16 12:17 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox