[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CH2PR12MB3895CA98F1CEC2093CD7B25BD7949@CH2PR12MB3895.namprd12.prod.outlook.com>
Date: Tue, 26 Jul 2022 19:10:40 +0000
From: Asmaa Mnebhi <asmaa@...dia.com>
To: Asmaa Mnebhi <asmaa@...dia.com>,
"sebastian.reichel@...labora.com" <sebastian.reichel@...labora.com>,
"sre@...nel.org" <sre@...nel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"sfr@...b.auug.org.au" <sfr@...b.auug.org.au>,
"linux-next@...r.kernel.org" <linux-next@...r.kernel.org>
Subject: RE: [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c
Hi Sebastian, Hi Stephen,
Could you please review this? I didn't see this being pushed.
Thanks.
Asmaa
-----Original Message-----
From: Asmaa Mnebhi <asmaa@...dia.com>
Sent: Tuesday, June 21, 2022 8:50 AM
To: sebastian.reichel@...labora.com; sre@...nel.org; linux-kernel@...r.kernel.org; sfr@...b.auug.org.au; linux-next@...r.kernel.org
Cc: Asmaa Mnebhi <asmaa@...dia.com>
Subject: [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c
The build failure is at line 67: implicit declaration of function 'devm_work_autocancel'.
So declare library for devm_work_autocancel.
Signed-off-by: Asmaa Mnebhi <asmaa@...dia.com>
---
drivers/power/reset/pwr-mlxbf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/power/reset/pwr-mlxbf.c b/drivers/power/reset/pwr-mlxbf.c index c1f9987834a2..1c4904c0e1f5 100644
--- a/drivers/power/reset/pwr-mlxbf.c
+++ b/drivers/power/reset/pwr-mlxbf.c
@@ -6,6 +6,7 @@
#include <linux/acpi.h>
#include <linux/device.h>
+#include <linux/devm-helpers.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/mod_devicetable.h>
--
2.30.1
Powered by blists - more mailing lists