[PATCH v2 14/30] gpio: nomadik: add #include <linux/slab.h>

Théo Lebrun posted 30 patches 1 year, 11 months ago
[PATCH v2 14/30] gpio: nomadik: add #include <linux/slab.h>
Posted by Théo Lebrun 1 year, 11 months ago
Add linux/slab.h header include for GFP flags.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
---
 drivers/gpio/gpio-nomadik.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c
index e39477e1a58f..9347c93af62c 100644
--- a/drivers/gpio/gpio-nomadik.c
+++ b/drivers/gpio/gpio-nomadik.c
@@ -23,6 +23,7 @@
 #include <linux/platform_device.h>
 #include <linux/reset.h>
 #include <linux/seq_file.h>
+#include <linux/slab.h>
 #include <linux/types.h>
 
 #include <linux/gpio/gpio-nomadik.h>

-- 
2.44.0

Re: [PATCH v2 14/30] gpio: nomadik: add #include <linux/slab.h>
Posted by Linus Walleij 1 year, 11 months ago
On Wed, Feb 28, 2024 at 12:28 PM Théo Lebrun <theo.lebrun@bootlin.com> wrote:

> Add linux/slab.h header include for GFP flags.
>
> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>

Patch applied!

Yours,
Linus Walleij