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

Commit 9a63340e authored by Karthikeyan Ramasubramanian's avatar Karthikeyan Ramasubramanian
Browse files

spi: spi-geni-qcom: Include the required headers explicitly



SPI driver requires the runtime power management header file, but is
including it from another header file. Include the concerned header
file explicitly.

CRs-Fixed: 2033414
Change-Id: I583cbe6522c6b74058ca0c3f22f97f3c40c115d4
Signed-off-by: default avatarKarthikeyan Ramasubramanian <kramasub@codeaurora.org>
parent e4e90297
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/io.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/pm_runtime.h>
#include <linux/qcom-geni-se.h>
#include <linux/spi/spi.h>