Skip to content

Commit

Permalink
ARM: shmobile: Remove obsolete legacy PM Domain leftovers
Browse files Browse the repository at this point in the history
The last users were removed in commit b587288 ("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>
  • Loading branch information
Geert Uytterhoeven authored and Simon Horman committed Sep 14, 2015
1 parent 49611d4 commit edc77c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/arm/mach-shmobile/pm-rmobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 */

0 comments on commit edc77c6

Please sign in to comment.