diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-06-15 10:28:02 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-06-15 10:28:01 -0700 |
| commit | ae6b75092df963516f97a734d114862b47537d14 (patch) | |
| tree | 55830566f6c6785cb5a3d2b3d7dc6db95f2bfdf8 /include/linux | |
| parent | 9963b625f3a719e66e6d955eb0af09c703bb58b7 (diff) | |
| parent | 0f3634fa2f9040eb9d783a487e21a71c7ee22228 (diff) | |
Merge "soc: qcom: hab: add support for multiple hypervisors"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/habmm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/habmm.h b/include/linux/habmm.h index 842cd27fd372..cd4e2506f9ee 100644 --- a/include/linux/habmm.h +++ b/include/linux/habmm.h @@ -14,7 +14,7 @@ #ifndef HABMM_H #define HABMM_H -#include <uapi/linux/habmmid.h> +#include "linux/habmmid.h" #define HAB_API_VER_DEF(_MAJOR_, _MINOR_) \ ((_MAJOR_&0xFF)<<16 | (_MINOR_&0xFFF)) |
