diff options
Diffstat (limited to 'sound/core/rtctimer.c')
-rw-r--r-- | sound/core/rtctimer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/rtctimer.c b/sound/core/rtctimer.c index e85e72baff9e..b27223746b0e 100644 --- a/sound/core/rtctimer.c +++ b/sound/core/rtctimer.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <sound/core.h> | 27 | #include <sound/core.h> |
28 | #include <sound/timer.h> | 28 | #include <sound/timer.h> |
29 | 29 | ||
30 | #if defined(CONFIG_RTC) || defined(CONFIG_RTC_MODULE) | 30 | #if IS_ENABLED(CONFIG_RTC) |
31 | 31 | ||
32 | #include <linux/mc146818rtc.h> | 32 | #include <linux/mc146818rtc.h> |
33 | 33 | ||
@@ -185,4 +185,4 @@ MODULE_LICENSE("GPL"); | |||
185 | 185 | ||
186 | MODULE_ALIAS("snd-timer-" __stringify(SNDRV_TIMER_GLOBAL_RTC)); | 186 | MODULE_ALIAS("snd-timer-" __stringify(SNDRV_TIMER_GLOBAL_RTC)); |
187 | 187 | ||
188 | #endif /* CONFIG_RTC || CONFIG_RTC_MODULE */ | 188 | #endif /* IS_ENABLED(CONFIG_RTC) */ |