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

Commit df8e8c35 authored by Archana Sathyakumar's avatar Archana Sathyakumar
Browse files

soc: qcom: Fix compilation issues with power drivers



Timer APIs fails to compile as part of these drivers. Include the
necessary header file for successful compilation.

Change-Id: Ic0f01a3512f6ef25ab5650696c1966f5a3679159
Signed-off-by: default avatarArchana Sathyakumar <asathyak@codeaurora.org>
parent 336e98a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#include <linux/of_irq.h>
#include <linux/platform_device.h>
#include <linux/spinlock.h>

#include <asm/arch_timer.h>
#include <asm-generic/io.h>

#include <soc/qcom/tcs.h>
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <asm/arch_timer.h>

#include <soc/qcom/rpmh.h>
#include <soc/qcom/system_pm.h>