alarmtimers: Avoid rtc.h include
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Aug 2019 14:31:43 +0000 (16:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 20 Aug 2019 20:09:52 +0000 (22:09 +0200)
commit3758b0f86ef502e2f342055caef6d2232c2558b7
treeff9dae1227de549b4240c0b4a71dfe2d9d992c80
parentce03f613461642669d6150c405dd28f4bfd54bbb
alarmtimers: Avoid rtc.h include

rtc.h is not needed in alarmtimers when a forward declaration of struct
rtc_device is provided. That allows to include posix-timers.h without
adding more includes to alarmtimer.h or creating circular include
dependencies.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190819143801.565389536@linutronix.de
include/linux/alarmtimer.h