ARM: shmobile: Remove obsolete legacy PM Domain leftovers
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Aug 2015 18:03:10 +0000 (20:03 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Sep 2015 00:58:08 +0000 (09:58 +0900)
The last users were removed in commit b587288001f05c0e ("ARM: shmobile:
R-Mobile: Remove legacy PM Domain code").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/pm-rmobile.h

index 30a4a42..8146bb6 100644 (file)
 
 #include <linux/pm_domain.h>
 
-#define DEFAULT_DEV_LATENCY_NS 250000
-
-struct platform_device;
-
 struct rmobile_pm_domain {
        struct generic_pm_domain genpd;
        struct dev_power_governor *gov;
@@ -26,9 +22,4 @@ struct rmobile_pm_domain {
        bool no_debug;
 };
 
-struct pm_domain_device {
-       const char *domain_name;
-       struct platform_device *pdev;
-};
-
 #endif /* PM_RMOBILE_H */