Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 403097f7 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Bryan Wu
Browse files

leds: leds-gpio: Add missing #include <linux/of.h>

parent 496e7ce2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/kernel.h>
#include <linux/leds.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/property.h>
#include <linux/slab.h>