mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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:
committed by
Rafael J. Wysocki
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" */
|
||||
|
Reference in New Issue
Block a user