linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c
@ 2022-06-21 12:49 Asmaa Mnebhi
  2022-07-26 19:10 ` Asmaa Mnebhi
  0 siblings, 1 reply; 2+ messages in thread
From: Asmaa Mnebhi @ 2022-06-21 12:49 UTC (permalink / raw)
  To: sebastian.reichel, sre, linux-kernel, sfr, linux-next; +Cc: Asmaa Mnebhi

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@nvidia.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c
  2022-06-21 12:49 [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c Asmaa Mnebhi
@ 2022-07-26 19:10 ` Asmaa Mnebhi
  0 siblings, 0 replies; 2+ messages in thread
From: Asmaa Mnebhi @ 2022-07-26 19:10 UTC (permalink / raw)
  To: Asmaa Mnebhi, sebastian.reichel, sre, linux-kernel, sfr, linux-next

Hi Sebastian, Hi Stephen,

Could you please review this? I didn't see this being pushed.

Thanks.
Asmaa

-----Original Message-----
From: Asmaa Mnebhi <asmaa@nvidia.com> 
Sent: Tuesday, June 21, 2022 8:50 AM
To: sebastian.reichel@collabora.com; sre@kernel.org; linux-kernel@vger.kernel.org; sfr@canb.auug.org.au; linux-next@vger.kernel.org
Cc: Asmaa Mnebhi <asmaa@nvidia.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@nvidia.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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-26 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 12:49 [PATCH v1 1/1] linux-next: Fix build failure in pwr-mlxbf.c Asmaa Mnebhi
2022-07-26 19:10 ` Asmaa Mnebhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).