[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210324072912.737621-1-wanjiabing@vivo.com>
Date: Wed, 24 Mar 2021 15:29:11 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Pavel Machek <pavel@....cz>, Len Brown <len.brown@...el.com>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kael_w@...h.net, Wan Jiabing <wanjiabing@...o.com>
Subject: [PATCH] include: linux: pm: Remove duplicate declaration
struct device is declared twice.So remove the duplicate.
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
include/linux/pm.h | 1 -
1 file changed, 1 deletion(-)
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" */
--
2.25.1
Powered by blists - more mailing lists