Skip to content

Commit e84dff1

Browse files
Wan Jiabingrafaeljw
authored andcommitted
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>
1 parent e49d033 commit e84dff1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/pm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ static inline void pm_vt_switch_unregister(struct device *dev)
3939
* Device power management
4040
*/
4141

42-
struct device;
4342

4443
#ifdef CONFIG_PM
4544
extern const char power_group_name[]; /* = "power" */

0 commit comments

Comments
 (0)