Merge "qcom-llcc-pmu: update the version enum"

This commit is contained in:
qctecmdr
2019-06-10 00:42:48 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -16,7 +16,7 @@
#include <linux/ktime.h>
enum llcc_pmu_version {
LLCC_PMU_VER1,
LLCC_PMU_VER1 = 1,
LLCC_PMU_VER2,
};