rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 18 Nov 2024 07:29:12 +0000 (08:29 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 18 Nov 2024 13:47:40 +0000 (14:47 +0100)
commit5b42edefd733371092ac771d4b1af031c8bbe4ba
tree12f0a27934286874b4d808127126d83d7d45d891
parenta06e4a93067cd8f55a74638d45146ddde76574f2
rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directly

The header clearly states that it does not want to be included directly,
only via 'device.h'. 'platform_device.h' works equally well. Remove the
direct inclusion.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20241118072917.3853-14-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-brcmstb-waketimer.c