diff options
author | Wan Jiabing | 2021-03-24 15:29:11 +0800 |
---|---|---|
committer | Rafael J. Wysocki | 2021-04-07 19:18:23 +0200 |
commit | e84dff1bf0eaccd0231ecf02a8f5c9830d7d34dc (patch) | |
tree | a4a1f725d4867774b7de0b00ad97c1079e864183 /include | |
parent | e49d033bddf5b565044e2abe4241353959bc9120 (diff) |
PM: core: Remove duplicate declaration from header file
struct device is declared twice, so remove the duplicate.
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index 482313a8ccfc..c9657408fee1 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -39,7 +39,6 @@ static inline void pm_vt_switch_unregister(struct device *dev) * Device power management */ -struct device; #ifdef CONFIG_PM extern const char power_group_name[]; /* = "power" */ |