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

Commit 9dadc8b0 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar Committed by Jeevan Shriram
Browse files

time: alarmtimer: include lpm-levels for MSM targets only



lpm-level headers required only when CONFIG_MSM_PM is set.

To compile msm kernel for other targets (arch=um), add config
check to include lpm levels.

Change-Id: Ia1bd51da4952e56b945a5e51a3b1ff8aaa643cd5
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 4c0cc16e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,7 +25,10 @@
#include <linux/posix-timers.h>
#include <linux/workqueue.h>
#include <linux/freezer.h>

#ifdef CONFIG_MSM_PM
#include "lpm-levels.h"
#endif
#include <linux/workqueue.h>

/**