public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/7] microblaze: add parameter to microblaze_read()
@ 2009-04-22 19:05 Coly Li
  2009-04-23 12:38 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Coly Li @ 2009-04-22 19:05 UTC (permalink / raw)
  To: LKML; +Cc: Michal Simek, Ingo Molnar

This patch modifies parameter of microblaze_read() from 'void' to 'struct
clocksource *cs', which fixes compile warning for incompatible parameter type.

Signed-off-by: Coly Li <coly.li@suse.de>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Ingo Molnar <mingo@elte.hu>
---
 arch/microblaze/kernel/timer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c
index 05a497e..bdfa2f9 100644
--- a/arch/microblaze/kernel/timer.c
+++ b/arch/microblaze/kernel/timer.c
@@ -176,7 +176,7 @@ static __init void microblaze_clockevent_init(void)
 	clockevents_register_device(&clockevent_microblaze_timer);
 }

-static cycle_t microblaze_read(void)
+static cycle_t microblaze_read(struct clocksource *cs)
 {
 	/* reading actual value of timer 1 */
 	return (cycle_t) (in_be32(TIMER_BASE + TCR1));

-- 
Coly Li
SuSE Labs




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

* Re: [PATCH 3/7] microblaze: add parameter to microblaze_read()
  2009-04-22 19:05 [PATCH 3/7] microblaze: add parameter to microblaze_read() Coly Li
@ 2009-04-23 12:38 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2009-04-23 12:38 UTC (permalink / raw)
  To: coly.li; +Cc: LKML, Michal Simek, Ingo Molnar

Coly Li wrote:
> This patch modifies parameter of microblaze_read() from 'void' to 'struct
> clocksource *cs', which fixes compile warning for incompatible parameter type.
>
> Signed-off-by: Coly Li <coly.li@suse.de>
> Cc: Michal Simek <monstr@monstr.eu>
> Cc: Ingo Molnar <mingo@elte.hu>
> ---
>  arch/microblaze/kernel/timer.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c
> index 05a497e..bdfa2f9 100644
> --- a/arch/microblaze/kernel/timer.c
> +++ b/arch/microblaze/kernel/timer.c
> @@ -176,7 +176,7 @@ static __init void microblaze_clockevent_init(void)
>  	clockevents_register_device(&clockevent_microblaze_timer);
>  }
>
> -static cycle_t microblaze_read(void)
> +static cycle_t microblaze_read(struct clocksource *cs)
>  {
>  	/* reading actual value of timer 1 */
>  	return (cycle_t) (in_be32(TIMER_BASE + TCR1));
>
>   
Add to fixes-for-linus branch.

Michal

-- 
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663


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

end of thread, other threads:[~2009-04-23 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22 19:05 [PATCH 3/7] microblaze: add parameter to microblaze_read() Coly Li
2009-04-23 12:38 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox