diff options
| author | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
| commit | 43cbd286fbba4bfb0c2ef05dc62522dfd5a2c000 (patch) | |
| tree | 7184a24f04c72987e725e50e66db530e6f618220 /drivers/clocksource/timer-marco.c | |
| parent | fee4b700a4e9e446151eb5a03874ca8666323113 (diff) | |
| parent | c5ae4dca11523dff15cfb1763b64a71b805976aa (diff) | |
Merge tag 'asoc-v3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for v3.11
A few small updates again, the sgtl5000 one fixes some newly triggered
issues due to some probe ordering changes which were introduced in the
last merge window.
Diffstat (limited to 'drivers/clocksource/timer-marco.c')
| -rw-r--r-- | drivers/clocksource/timer-marco.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/timer-marco.c b/drivers/clocksource/timer-marco.c index e5dc9129ca26..62876baa3ab9 100644 --- a/drivers/clocksource/timer-marco.c +++ b/drivers/clocksource/timer-marco.c | |||
| @@ -184,7 +184,7 @@ static struct irqaction sirfsoc_timer1_irq = { | |||
| 184 | .handler = sirfsoc_timer_interrupt, | 184 | .handler = sirfsoc_timer_interrupt, |
| 185 | }; | 185 | }; |
| 186 | 186 | ||
| 187 | static int __cpuinit sirfsoc_local_timer_setup(struct clock_event_device *ce) | 187 | static int sirfsoc_local_timer_setup(struct clock_event_device *ce) |
| 188 | { | 188 | { |
| 189 | /* Use existing clock_event for cpu 0 */ | 189 | /* Use existing clock_event for cpu 0 */ |
| 190 | if (!smp_processor_id()) | 190 | if (!smp_processor_id()) |
| @@ -216,7 +216,7 @@ static void sirfsoc_local_timer_stop(struct clock_event_device *ce) | |||
| 216 | remove_irq(sirfsoc_timer1_irq.irq, &sirfsoc_timer1_irq); | 216 | remove_irq(sirfsoc_timer1_irq.irq, &sirfsoc_timer1_irq); |
| 217 | } | 217 | } |
| 218 | 218 | ||
| 219 | static struct local_timer_ops sirfsoc_local_timer_ops __cpuinitdata = { | 219 | static struct local_timer_ops sirfsoc_local_timer_ops = { |
| 220 | .setup = sirfsoc_local_timer_setup, | 220 | .setup = sirfsoc_local_timer_setup, |
| 221 | .stop = sirfsoc_local_timer_stop, | 221 | .stop = sirfsoc_local_timer_stop, |
| 222 | }; | 222 | }; |
