[patch 03/26] alarmtimer: Remove pointless config conditional

2017-05-30 Thread Thomas Gleixner
Having a IF_ENABLED(CONFIG_POSIX_TIMERS) inside of a #ifdef CONFIG_POSIX_TIMERS section is pointless. Signed-off-by: Thomas Gleixner --- kernel/time/alarmtimer.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/kernel/time/alarmtimer.c +++

[patch 03/26] alarmtimer: Remove pointless config conditional

2017-05-30 Thread Thomas Gleixner
Having a IF_ENABLED(CONFIG_POSIX_TIMERS) inside of a #ifdef CONFIG_POSIX_TIMERS section is pointless. Signed-off-by: Thomas Gleixner --- kernel/time/alarmtimer.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/kernel/time/alarmtimer.c +++ b/kernel/time/alarmtimer.c @@ -520,8