mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
e49d033bdd
commit
e84dff1bf0
|
@ -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" */
|
||||
|
|
Loading…
Reference in New Issue