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

Théo Lebrun theo.lebrun at bootlin.com
Wed Feb 28 03:28:12 PST 2024


Add linux/slab.h header include for GFP flags.

Signed-off-by: Théo Lebrun <theo.lebrun at 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




More information about the linux-arm-kernel mailing list