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

Commit affb74ad authored by Sachin Kamat's avatar Sachin Kamat Committed by Mark Brown
Browse files

ASoC: rt5640: Include of.h



of_match_ptr is defined in of.h. Include it explicitly.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 6e1f29d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/platform_device.h>
#include <linux/spi/spi.h>