lkml.org 
[lkml]   [2012]   [Aug]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] timekeeping: Fix build when generic clockevents are enabled
On Thu, 9 Aug 2012, Mark Brown wrote:

> Commit a2c204 (timekeeping: Add suspend and resume of clock event devices)

Against which tree is that?

> added suspend and resume operations for clockevents but did not provide
> stubs for these functions, breaking the build when clockevents are not
> being built. Add the stubs.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> include/linux/clockchips.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
> index ca060db..4f9c280 100644
> --- a/include/linux/clockchips.h
> +++ b/include/linux/clockchips.h
> @@ -170,6 +170,8 @@ extern void clockevents_notify(unsigned long reason, void *arg);
> #else /* CONFIG_GENERIC_CLOCKEVENTS_BUILD */
>
> #define clockevents_notify(reason, arg) do { } while (0)
> +#define clockevents_suspend() do { } while (0)
> +#define clockevents_resume() do { } while (0)
>
> #endif
>
> --
> 1.7.10.4
>
>


\
 
 \ /
  Last update: 2012-08-13 18:03    [W:0.146 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site