summaryrefslogtreecommitdiffstats
path: root/include/pm_domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pm_domain.h')
-rw-r--r--include/pm_domain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pm_domain.h b/include/pm_domain.h
index a7e46c86b9..ac0ec477b6 100644
--- a/include/pm_domain.h
+++ b/include/pm_domain.h
@@ -3,6 +3,9 @@
#ifndef _PM_DOMAIN_H
#define _PM_DOMAIN_H
+#include <linux/list.h>
+#include <of.h>
+
enum gpd_status {
GPD_STATE_ACTIVE = 0, /* PM domain is active */
GPD_STATE_POWER_OFF, /* PM domain is off */