Merge "soc: qcom: boot_stats: Fix compilation issue"
This commit is contained in:
commit
dad9612b1f
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ int boot_stats_exit(void);
|
|||
unsigned long long int msm_timer_get_sclk_ticks(void);
|
||||
#else
|
||||
static inline int boot_stats_init(void) { return 0; }
|
||||
unsigned long long int msm_timer_get_sclk_ticks(void) { return 0; }
|
||||
static inline unsigned long long int msm_timer_get_sclk_ticks(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MSM_BOOT_TIME_MARKER
|
||||
|
|
Loading…
Add table
Reference in a new issue