1
0
Fork 0

ARM: shmobile: Remove obsolete legacy PM Domain leftovers

The last users were removed in commit b587288001 ("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>
steinar/wifi_calib_4_9_kernel
Geert Uytterhoeven 2015-08-04 20:03:10 +02:00 committed by Simon Horman
parent 49611d4829
commit edc77c65df
1 changed files with 0 additions and 9 deletions

View File

@ -12,10 +12,6 @@
#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 */