diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-26 21:51:57 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-26 21:51:57 +0100 |
| commit | 3eb9f05905f5b55d7e1ca350d521f968a20768c8 (patch) | |
| tree | 4836ec3ab6aa709a79d52403c1e4a58bad747c2a /include/linux | |
| parent | d49c35768946e8e3c3a12162cfd8bebdc860a2ea (diff) | |
| parent | 8b313d717bcf4f944fb46fe4ed4d8680bdbc5648 (diff) | |
| download | linux-next-3eb9f05905f5b55d7e1ca350d521f968a20768c8.tar.gz linux-next-3eb9f05905f5b55d7e1ca350d521f968a20768c8.zip | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tick.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/tick.h b/include/linux/tick.h index 1cf4651f09ad..a43b7bd8ba3f 100644 --- a/include/linux/tick.h +++ b/include/linux/tick.h @@ -44,9 +44,6 @@ static inline void tick_unfreeze(void) { } #ifdef CONFIG_TICK_ONESHOT extern void tick_irq_enter(void); -# ifndef arch_needs_cpu -# define arch_needs_cpu() (0) -# endif # else static inline void tick_irq_enter(void) { } #endif |
