[PATCH V2 1/2] time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
preeti at linux.vnet.ibm.com
Wed Feb 5 04:14:48 EST 2014
On 02/04/2014 03:31 PM, Thomas Gleixner wrote:
> On Fri, 24 Jan 2014, Preeti U Murthy wrote:
>> -extern void tick_broadcast_oneshot_control(unsigned long reason);
>> +extern int tick_broadcast_oneshot_control(unsigned long reason);
>
>> -static inline void tick_broadcast_oneshot_control(unsigned long reason) { }
>> +static inline int tick_broadcast_oneshot_control(unsigned long reason) { }
>
>> -static inline void tick_broadcast_oneshot_control(unsigned long reason) { }
>> +static inline int tick_broadcast_oneshot_control(unsigned long reason) { }
>
> The inline stubs need to return 0.
Oh right! Apologies!
Thanks.
>
> Thanks,
>
> tglx
>
Regards
Preeti U Murthy
More information about the Linuxppc-dev
mailing list