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: Lingutla Chandrasekhar <clingutla@codeaurora.org> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
This commit is contained in:
parent
4b81b05c57
commit
2fbd2f64e4
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue