summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-10-14 10:21:24 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2014-10-14 10:21:24 +1100
commit606d57830598fcfa6a537356aecf5e19a01444f4 (patch)
tree0656a78b32446623b5d9369a829d80aafd9ba159 /include/linux
parent280fc21a5859d5caf904e0c301c59ba65a2575bf (diff)
parent0cccdda8d1512af4d3f6913044e8c8e58e15ef37 (diff)
Merge remote-tracking branch 's390/features'
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tick.h b/include/linux/tick.h
index 595ee86f5e0d..eda850ca757a 100644
--- a/include/linux/tick.h
+++ b/include/linux/tick.h
@@ -108,7 +108,7 @@ extern struct tick_sched *tick_get_tick_sched(int cpu);
extern void tick_irq_enter(void);
extern int tick_oneshot_mode_active(void);
# ifndef arch_needs_cpu
-# define arch_needs_cpu(cpu) (0)
+# define arch_needs_cpu() (0)
# endif
# else
static inline void tick_clock_notify(void) { }