summaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-02-05 14:21:41 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2021-03-08 10:25:00 +0100
commit2fb72440b697e1f2cb12790873df159160c22bcf (patch)
tree4d0b9a4de8a647ddf5bc51a499f7d0e70e52d3dc /drivers/soc/renesas
parenta38fd8748464831584a19438cbb3082b5a2dab15 (diff)
downloadlinux-stable-2fb72440b697e1f2cb12790873df159160c22bcf.tar.gz
linux-stable-2fb72440b697e1f2cb12790873df159160c22bcf.tar.bz2
linux-stable-2fb72440b697e1f2cb12790873df159160c22bcf.zip
soc: renesas: rmobile-sysc: Remove unneeded platform includes
As of commit b587288001f05c0e ("ARM: shmobile: R-Mobile: Remove legacy PM Domain code"), the R-Mobile System Controller driver no longer handles the adding of platform devices to PM Domains, but delegates that to the PM Domain core code. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20210205132141.1920137-1-geert+renesas@glider.be
Diffstat (limited to 'drivers/soc/renesas')
-rw-r--r--drivers/soc/renesas/rmobile-sysc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/renesas/rmobile-sysc.c b/drivers/soc/renesas/rmobile-sysc.c
index 9046b8c933cb..bf64d052f924 100644
--- a/drivers/soc/renesas/rmobile-sysc.c
+++ b/drivers/soc/renesas/rmobile-sysc.c
@@ -14,8 +14,6 @@
#include <linux/delay.h>
#include <linux/of.h>
#include <linux/of_address.h>
-#include <linux/of_platform.h>
-#include <linux/platform_device.h>
#include <linux/pm.h>
#include <linux/pm_clock.h>
#include <linux/pm_domain.h>